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 96ec29b commit 65e15bbCopy full SHA for 65e15bb
README.md
@@ -9,6 +9,11 @@ Asynchronous tasks are run via a *job queue*. This system is designed to support
9
10
This is not yet production-ready, and the API is liable to change. Use at your own risk.
11
12
+**NOTE**: Between version 0.0.1 and 0.0.2, the project was upgraded to support
13
+Python 3. This required switching to Django's built-in UUIDField, which was added in Django 1.8. The simplest way to upgrade it to drop the existing
14
+`django_dbq_job` table, delete the migration from `django_migrations`, and then
15
+re-run `manage.py migrate`.
16
+
17
## Getting Started
18
19
### Describe your job
0 commit comments