From 55623225992c7a056a106dd696a53aaf8e9ee3be Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Wed, 27 Oct 2021 02:02:27 -0400 Subject: [PATCH] Update changelog --- docs/changes.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 67abf0e..7fac105 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -17,6 +17,23 @@ unreleased - Deprecate ``utils.import_by_path`` in favor of ``django.utils.module_loading.import_string``. +- Add ASGI support. + +- Added "python -m configurations" entry point. + +- Make package ``install_requires`` include ``django>=2.2``. + +- Prevent an ImproperlyConfigured warning from ``DEFAULT_HASHING_ALGORITHM``. + +- Prevent warnings for settings deprecated in Django 2.2 + (``DEFAULT_CONTENT_TYPE`` and ``FILE_CHARSET``). + +- Preserve Django warnings when ``DEFAULT_AUTO_FIELD`` is not set. + +- Miscellaneous documentation fixes. + +- Miscellaneous internal improvements. + v2.2 (2019-12-03) ^^^^^^^^^^^^^^^^^