------ + IMPORTANT. 'register_prefs' now replaces settins module with a proxy object. No need to call '.get_value()' anymore. + Introduced a shortcut 'preferences()' context manager as the main API entry point. * Fixed 'autodiscover_siteprefs' fail on manage.py call w/o arguments. * Mimic class fixes.
0.8.1
------ * Better real value type mimic for preference proxy objects.
0.8.0
------ + Usability, code and docstrings improvements.
0.7.0
------ + Django 2.0 basic compatibility. * Dropped support for Python<3.4 and Django<1.7.