Skip to content

Commit ec3822f

Browse files
authored
Add note on Django version support
1 parent 9e008f0 commit ec3822f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ DELETE FROM django_migrations WHERE app='django_dbq';
3636

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

39+
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.
40+
3941
### Describe your job
4042

4143
In e.g. project.common.jobs:

0 commit comments

Comments
 (0)