Skip to content

Commit

Permalink
Adds Django 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Dec 25, 2019
1 parent 186f39a commit 8108816
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ All notable changes to this project are/will be documented in this file.


## [Unreleased]

## [0.0.9] - 2019-12-25
### Added
- Added changelog, docs/faq
- Drop Use of Django Braces
- Support For Django 3
- Upgrade Django to >= 2.2.9


## [0.0.8] - 2019-12-18
### Added
- Activity Tests
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features
- A widget system to display reports and its charts on dashboard home , or on object's `view` pages.
- Tools and goodies to extend and customize the framework behavior from top to bottom.
- Python 3.6 / 3.7 / 3.8
- Django 2.2 Compatible (Django 3.0 compatible coming soon following `Django-braces <https://github.com/brack3t/django-braces>`_ )
- Django 2.2, 3.0 Compatible


Dependencies
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Features
- A widget system to display reports and its charts on dashboard home , or on object's `view` pages.
- Tools and goodies to extend and customize the framework behavior from top to bottom.
- Python 3.6 / 3.7 / 3.8
- Django 2.2 / 3.0


.. toctree::
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Intended Audience :: Developers
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Expand All @@ -41,7 +42,7 @@ packages = find:
python_requires = >=3.6
install_requires=
pytz
django==2.2.9
django>=2.2.9
psycopg2-binary
simplejson
django-crequest==2018.5.11
Expand Down

0 comments on commit 8108816

Please sign in to comment.