Skip to content

Commit 8108816

Browse files
committed
Adds Django 3 support
1 parent 186f39a commit 8108816

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ All notable changes to this project are/will be documented in this file.
33

44

55
## [Unreleased]
6+
7+
## [0.0.9] - 2019-12-25
68
### Added
79
- Added changelog, docs/faq
810
- Drop Use of Django Braces
11+
- Support For Django 3
912
- Upgrade Django to >= 2.2.9
1013

14+
1115
## [0.0.8] - 2019-12-18
1216
### Added
1317
- Activity Tests

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Features
3030
- A widget system to display reports and its charts on dashboard home , or on object's `view` pages.
3131
- Tools and goodies to extend and customize the framework behavior from top to bottom.
3232
- Python 3.6 / 3.7 / 3.8
33-
- Django 2.2 Compatible (Django 3.0 compatible coming soon following `Django-braces <https://github.com/brack3t/django-braces>`_ )
33+
- Django 2.2, 3.0 Compatible
3434

3535

3636
Dependencies

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Features
1212
- A widget system to display reports and its charts on dashboard home , or on object's `view` pages.
1313
- Tools and goodies to extend and customize the framework behavior from top to bottom.
1414
- Python 3.6 / 3.7 / 3.8
15+
- Django 2.2 / 3.0
1516

1617

1718
.. toctree::

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Environment :: Web Environment
1717
Framework :: Django
1818
Framework :: Django :: 2.2
19+
Framework :: Django :: 3.0
1920
Intended Audience :: Developers
2021
Development Status :: 3 - Alpha
2122
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
@@ -41,7 +42,7 @@ packages = find:
4142
python_requires = >=3.6
4243
install_requires=
4344
pytz
44-
django==2.2.9
45+
django>=2.2.9
4546
psycopg2-binary
4647
simplejson
4748
django-crequest==2018.5.11

0 commit comments

Comments
 (0)