summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHameed Gifford <giff.h92@gmail.com>2020-01-21 15:03:41 -0500
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-01-21 21:03:41 +0100
commit8dcd89d5d386d4b3f09ca85d549a706bae12d8e3 (patch)
tree9645a59128b7536839fa593013cc122a8702f035 /docs
parent1526a842ee084b791aa66c931b3822091a442853 (diff)
downloaddjango-appconf-8dcd89d5d386d4b3f09ca85d549a706bae12d8e3.tar.gz
Test python 3.8 and Django 3.0 (#57)
Aligns the doc specs to match tested versions
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 113cda5..ea12ad9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,7 +4,7 @@ Changelog
1.0.4 (unreleased)
-----------------
-* Run tests for Django 2.2 and Python 3.5, 3.6 and 3.7
+* Run tests for Django 2.2 and 3.0 and Python 3.5, 3.6, 3.7 and 3.8
* Add template and middleware settings in test_settings (required for Django 2.2)