bretth / django-pq

[UNMAINTAINED] A task queue based on the elegant python RQ but with a django postgresql backend.
BSD 2-Clause "Simplified" License
68 stars 7 forks source link

Adds better model unicode for python 3 #15

Open seanbrant opened 10 years ago

seanbrant commented 10 years ago

Used the python_2_unicode_compatible decorator to support "unicode/str" in both python 2 and 3. Not sure what your minimum Django version is but I think this should work in 1.5 and above.