Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.0' into 2.0
Browse files Browse the repository at this point in the history
* origin/2.0:
  Django 3.2 final
  Add note on Django version support
  • Loading branch information
j4mie committed May 14, 2021
2 parents 908823c + 31e0e00 commit 2e25603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
django: [3.1, 3.2rc1]
django: [3.1, 3.2]
database_url:
- postgres://runner:password@localhost/project
- mysql://root:[email protected]/project
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ DELETE FROM django_migrations WHERE app='django_dbq';

Then, run `python manage.py migrate` to recreate the jobs table.

Note that version 2.x only supports Django 3.1 or newer. If you need support for Django 2.2, please stick with the latest 1.x release.

### Describe your job

In e.g. project.common.jobs:
Expand Down

0 comments on commit 2e25603

Please sign in to comment.