K Wong
K Wong
I was not able to reproduce this bug. Can you give me more info: Django version, how you're serving static files, any CSS changes you made? Have you reviewed http://stackoverflow.com/questions/5836674/why-does-debug-false-setting-make-my-django-static-files-access-fail
This is a limitation of the field. It requires strings. I'll change the docs to make it explicit.
If you needed to have integer choices you would probably have to subclass the field. I don't see a way to detect a difference between u'1' and 1 once it...
Support for Django 1.7 migrations is coming in version 0.4.0
Version 0.4.0 has been released. The Django 1.7 migrations support has been added but it was not significantly tested. 0.4.1 will have more tests but I might not get that...
I haven't looked into this. Thanks for the suggestion.