Changelog
=========

0.7.15
*****

On 30/01/2019

- Fix FieldUpfile url; now it will encode space

0.7.14
*****

On 10/08/2017

- Moved User import for cyclic dependencies problem

0.7.13
*****

On 26/04/2017

- FileSerializer(to_python): return path if the file does not exist

0.7.12
*****

On 19/04/2017

- Fix checkpreferences

0.7.11
*****

On 19/04/2017

- Fix Manifest.in to upload locale dir

0.7.10
*****

On 19/04/2017

- Change i18n path(i18n)

0.7.9
*****

On 19/04/2017

- Fix search admin messages
- Translation(i18n)

0.7.8
*****

On 18/04/2017

- Fix ColorInput style
- Delete file after upload new file FileSerializer
- Fix search admin (get_search_results)
- Fix form multipart-encoded

0.7.7
*****

On 13/04/2017

- Remove search in django admin
- Fix management command checkpreferences

0.7.6
*****

On 13/04/2017

- Style StringPreference widget
- Style LongStringPreference widget

0.7.5
*****

On 13/04/2017

- Fix admin preference model search
- Fix encoding UTF-8
- Fix FieldColor width and maxlength
- Fix search
- Fix raw value for color
- Style textarea widget

0.7.4
*****

On 12/04/2017

- Required django 1.6
- Added FileField
- Added ColorField
- Various bugfix

0.2.4
*****

On 14/10/2014

- Added Python 3.4 compatibility

0.2.3
*****

On 22/08/2014

- Added LongStringPreference

0.2.2
*****

On 21/08/2014

- Removed view that added global and user preferences to context. They are now replaced by template context processors

0.2.1
*****

On 09/07/2014

- Switched from GPLv3 to BSD license