0.2.2
-----

* Frozen django-jsonfield version because the latest version is broken with configfield.

0.2.1
-----

* Fix a error, when a param of the dict was None

0.2.0
-----

* Add the set_config_dict function
* Remove the smart_if dependence
* Remove the JSONField class and use the JSONField of the django-jsonfield egg
* Write a readme with an install
* Add the django-jsonfield in the requeriements

0.1.0-beta
----------

* Improved type checking. Needed when the config field is placed in a subclass.

* Fix name of base template.

0.1.0-alpha
-----------

* Initial version