mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Update changelog
This commit is contained in:
parent
ac1e4dc9ce
commit
256974ab80
2 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue