django-reset
django-reset copied to clipboard
Django 1.8 Unsupported
In a Django 1.8 project using an sqlite3 database on my local dev system, I get the following exception when attempting to use the reset
command:
AttributeError: 'module' object has no attribute 'label'
I haven't investigated vigorously, but it seems apparent to me that this comes down to Django 1.8 (and perhaps Django 1.7) incompatibility.
Thought I'd let you know!
Ok, thanks for the report. I'm not really using this app anymore so I don't intend to invest time fixing it. However I'm happy to review any pull request you make. I would merge it ofcourse and release a new version so that you can use it.
Would you be interested in that?