debian-django-multiselectfield/CHANGES.rst

43 lines
1.1 KiB
ReStructuredText
Raw Normal View History

0.1.2 (2014-??-??)
------------------
* Include the spanish translations to the pypi egg
* Improvements in the readme file
* Thanks to:
* `StillNewb <https://github.com/StillNewb>`_
2013-12-04 17:14:59 +01:00
0.1.1 (2013-12-04)
------------------
* Move the multiselectfield app to parent folder
* Details
2013-11-30 19:58:19 +01:00
0.1.0 (2013-11-30)
2013-11-13 19:59:40 +01:00
------------------
2013-11-26 19:03:02 +01:00
* Test/example project
* 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.
* The max_choices attr can be a attr in the model field
2013-11-30 19:58:19 +01:00
* Refactor the code
2013-11-30 20:08:16 +01:00
* Spanish translations
2013-11-13 19:59:40 +01:00
* Support to python2.6
* Thanks to:
* `Daniele Procida <https://github.com/evildmp>`_
0.0.3 (2013-09-11)
------------------
* Python 3 compatible
* Fix an error, the snippet had another error when the choices were translatables
* Improvements in the README file
0.0.2 (2012-09-28)
------------------
* Fix an error, the snippet had an error.
2012-09-27 16:02:41 +02:00
0.0.1 (2012-09-27)
------------------
* Initial version from the next `snippet <http://djangosnippets.org/snippets/1200/>`_