Ready to new release
This commit is contained in:
parent
945f37fddf
commit
03ef1baa73
2 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
0.1.0 (2013-11-??)
|
0.1.0 (2013-11-30)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Test/example project
|
* Test/example project
|
||||||
* Now works if the first composant of the list of tuple is an integer
|
* Now works if the first composant of the list of tuple is an integer
|
||||||
* Now max_length is not required, the Multiselect field calculate it automatically.
|
* Now max_length is not required, the Multiselect field calculate it automatically.
|
||||||
* The max_choices attr can be a attr in the model field
|
* The max_choices attr can be a attr in the model field
|
||||||
|
* Refactor the code
|
||||||
* Support to python2.6
|
* Support to python2.6
|
||||||
* Thanks to:
|
* Thanks to:
|
||||||
* `Daniele Procida <https://github.com/evildmp>`_
|
* `Daniele Procida <https://github.com/evildmp>`_
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -25,8 +25,8 @@ def read(*rnames):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-multiselectfield",
|
name="django-multiselectfield",
|
||||||
version="0.0.3",
|
version="0.1.0",
|
||||||
author="Daniel Roseman and Pablo Martin",
|
author="Pablo Martin",
|
||||||
author_email="goinnn@gmail.com",
|
author_email="goinnn@gmail.com",
|
||||||
description="Django multiple select field",
|
description="Django multiple select field",
|
||||||
long_description=(read('README.rst') + '\n\n' + read('CHANGES.rst')),
|
long_description=(read('README.rst') + '\n\n' + read('CHANGES.rst')),
|
||||||
|
|
Loading…
Reference in a new issue