- Introduce ``SKA_CONSTANCE_SETTINGS_PARSE_FROM_JSON`` directive for parsing the data stored in ``django-constance`` (instead of treating it as ``dict``). Default value is ``False``.
1.7.3
----- 2019-03-13
*Fixes in the Django contrib app*
- Handle cases when `request` is not passed to the authentication backend.
1.7.2
----- 2019-02-23
*Additions to the Django contrib app*
- Added `provider_sign_url` template tag to the existing `ska_tags` template tags module. - Added a new `ska_constance_tags` template tags module (to be used in combination with `django-constance`).
1.7.1
----- 2019-01-22
*Additions to the Django contrib app*
- Added Django REST framework JWT token obtain view (for authentication). - Fixes in the authentication backend `SkaAuthenticationConstanceBackend`.