Django-config-models

Latest version: v2.8.0

Safety actively analyzes 715033 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.1.0

~~~~~~~~~~~~~~~~~~~~
* Dropped Python 3.5 Support

2.0.2

~~~~~~~~~~~~~~~~~~~~
* Fix html escaping of edit links in admin

2.0.1

~~~~~~~~~~~~~~~~~~~~
* Dropped support for Django<2.2
* Dropped support for python3.6
* Added support for python3.8

2.0.0

~~~~~~~~~~~~~~~~~~~~
* Dropping support for Python 2.7
* Switch to using edx-django-utils TieredCache (a two-layer cache that uses both
Django's cache and an internal request-level cache) to reduce the number of
memcached roundtrips. This was a major performance issue that accounted for
10-20% of transaction time for certain courseware views in edx-platform.
* It is now REQUIRED to add `RequestCacheMiddleware` `to middleware
<https://github.com/openedx/edx-django-utils/tree/master/edx_django_utils/cache#tieredcachemiddleware>`_
to use ConfigModels.
* Remove usage of the "configuration" cache setting. ConfigModels now always use
the default Django cache.
* Django Rest Framework 3.7 and 3.8 are no longer supported.

1.0.1

~~~~~~~~~~~~~~~~~~~~
* Fix auto publishing to PyPI

1.0.0

~~~~~~~~~~~~~~~~~~~~
Changed
-------
* Unpin django-rest-framework requirements. This is a potentially **breaking change** if people were
relying on this package to ensure the correct version of djangorestframework was being installed.

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.