We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e7dc7 commit e43ce57Copy full SHA for e43ce57
docs/changelog.rst
@@ -3,6 +3,8 @@ Changelog
3
4
Unreleased
5
-----------
6
+* Explicitly support Python 3.6+. `#408`_
7
+* Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0. `#408`_
8
* Replace ugettext_lazy with gettext_lazy `#342`_
9
* Changed logging settings from settings.py to late init `#332`_
10
* Fix authentication error when postgres is password protected `#361`_
@@ -50,9 +52,4 @@ Unreleased
50
52
.. _`#349`: https://github.com/django-dbbackup/django-dbbackup/pull/349
51
53
.. _`#348`: https://github.com/django-dbbackup/django-dbbackup/pull/348
54
.. _`#337`: https://github.com/django-dbbackup/django-dbbackup/pull/337
-.. _`#`:
55
56
57
58
-.. _`#`:_
+.. _`#408`: https://github.com/django-dbbackup/django-dbbackup/pull/408
0 commit comments