We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e008f0 commit ec3822fCopy full SHA for ec3822f
README.md
@@ -36,6 +36,8 @@ DELETE FROM django_migrations WHERE app='django_dbq';
36
37
Then, run `python manage.py migrate` to recreate the jobs table.
38
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
+
41
### Describe your job
42
43
In e.g. project.common.jobs:
0 commit comments