You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,7 @@ Simple databased-backed job queue. Jobs are defined in your settings, and are pr
7
7
8
8
Asynchronous tasks are run via a *job queue*. This system is designed to support multi-step job workflows.
9
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
10
+
**NOTE**: This module uses differing implementations of UUIDField on Django 1.7 and 1.8 - a Python 3 shimmed django-uuidfield version on 1.7, and the built-in implementation on Django 1.8 and above. The simplest way to upgrade it is to drop the existing
14
11
`django_dbq_job` table, delete the migration from `django_migrations`, and then
0 commit comments