Skip to content

Commit 65e15bb

Browse files
committed
Note upgrade in README
1 parent 96ec29b commit 65e15bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Asynchronous tasks are run via a *job queue*. This system is designed to support
99

1010
This is not yet production-ready, and the API is liable to change. Use at your own risk.
1111

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+
1217
## Getting Started
1318

1419
### Describe your job

0 commit comments

Comments
 (0)