Skip to content

Commit 09893a6

Browse files
author
Pete Wildsmith
committed
Merge pull request #15 from dabapps/update-readme
production ready; note ongoing support for Django 1.7
2 parents fee3ee8 + 2812815 commit 09893a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ Simple databased-backed job queue. Jobs are defined in your settings, and are pr
77

88
Asynchronous tasks are run via a *job queue*. This system is designed to support multi-step job workflows.
99

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
1411
`django_dbq_job` table, delete the migration from `django_migrations`, and then
1512
re-run `manage.py migrate`.
1613

0 commit comments

Comments
 (0)