Update changelog

This commit is contained in:
Fabre Florian 2020-01-07 11:55:19 +01:00
parent ac1e4dc9ce
commit 256974ab80
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,8 @@ future releases, check `milestones`_ and :doc:`/about/vision`.
1.10 (unreleased)
-----------------
- Nothing changed yet.
- Introduced support from Django 1.10 to 2.2.
- Drop support of Django 1.5, 1.6 & 1.7
1.9 (2016-03-15)

View file

@ -40,9 +40,9 @@ CLASSIFIERS = [
'Framework :: Django',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
KEYWORDS = ['file',
'stream',
@ -58,7 +58,7 @@ KEYWORDS = ['file',
PACKAGES = [NAME.replace('-', '_')]
REQUIREMENTS = [
# BEGIN requirements
'Django>=1.5',
'Django>=1.5,<3.0',
'requests',
'setuptools',
'six',