File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3636Dependencies
Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff 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:
4142python_requires = >=3.6
4243install_requires =
4344 pytz
44- django = =2.2.9
45+ django> =2.2.9
4546 psycopg2-binary
4647 simplejson
4748 django-crequest ==2018.5.11
You can’t perform that action at this time.
0 commit comments