Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
feat: add support for Django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Sep 22, 2020
1 parent a350e8d commit 8671c1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
django: ">=2.1,<2.2"
- python: 3.6
django: ">=2.2,<3.0"
- python: 3.6
django: ">=3.0,<3.1"

- python: 3.7
django: ">=1.11,<2.0"
Expand All @@ -38,9 +40,14 @@ jobs:
django: ">=2.1,<2.2"
- python: 3.7
django: ">=2.2,<3.0"
- python: 3.7
django: ">=3.0,<3.1"

- python: 3.8
django: ">=2.2,<3.0"
- python: 3.8
django: ">=3.0,<3.1"

os:
- ubuntu-latest
# - windows-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This version **does not** include any static files, it's using the TinyMCE from
## Compatibility

- **Python**: 3.5-3.8
- **Django**: 1.11-2.2
- **Django**: 1.11-3.0

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The main difference with the original fork is that it **does not** include any s
## Compatibility

- **Python**: 3.5-3.8
- **Django**: 1.11-2.2
- **Django**: 1.11-3.0

## License

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers =
Framework :: Django :: 2.0
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Editors
Expand Down

0 comments on commit 8671c1b

Please sign in to comment.