Skip to content

Commit

Permalink
Add support Django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Nov 18, 2019
1 parent 766b587 commit baa2d29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
django-storages CHANGELOG
=========================

1.7.3 (unreleased)
******************

Add support for Django 3.0 (`#759`_)

.. _#759: https://github.com/jschneier/django-storages/pull/759

1.7.2 (2019-09-10)
******************

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@ def read(filename):
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit baa2d29

Please sign in to comment.