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!
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
resetcommand: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!