Django-config-models

Latest version: v2.7.0

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

Scan your dependencies

Page 3 of 4

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.

0.2.0

~~~~~~~~~~~~~~~~~~~~

Added
-----
* Support for Python 3.6

Removed
-------
* Testing against Django 1.8 - 1.10

Changed
-------
* Updated dependency management to follow OEP-18

0.1.10

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changed
-------
* Don't assume the user model is Django's default auth.User

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.