^^^^^^
* Introduced the ``stagesetting`` template tag.
* Settings are no longer automatically created on app ``ready()``, instead
the defaults are lazily converted when requested via a ``RuntimeSettingWrapper``
* Added ``StaticFilesChoiceField`` and ``DefaultStorageFilesChoiceField``,
which allow for selecting a file that already exists in the given storage.
* When auto-generating a form, the ``STATIC_URL`` and ``MEDIA_URL`` settings
are treated as special, and turned into the aforementioned fields.
* Providing an incomplete defaults dictionary in the second parameter of a
given setting's config will now show *Info* messages to indicate what's
missing.
* When auto-generating a form from a dictionary, HTML-like values will try
to use one of `django-ckeditor`_, `django-tinymce`_, `django-markdown`_,
`django-pagedown`_, or `django-epiceditor`_ for a widget instead of a normal
``textarea``.
* Added support for using `django-bleach`_ when encountering HTML-like values
in an autogenerated form.
* Added initial support for `djangorestframework`_