* Added switch for list_editable in admin and warning in documentation, fix 14 * Now use Textarea for LongStringPreference, fix 15
0.5.2
******************
* Fixed models not loaded error
0.5.1
******************
* Fixed pip install (3), thanks willseward * It's now easier to override preference form field attributes on a preference (please refer to `Preferences attributes <http://django-dynamic-preferences.readthedocs.org/en/latest/quickstart.html#preferences-attributes>`_ for more information) * Cleaner serializer api
0.5
****************
This release may involves some specific upgrade steps, please refer to the ``Upgrade`` section of the documentation.
* Migration to CharField for section and name fields. This fix MySQL compatibility issue 2 * Updated example project to the 0.4 API