django-reset icon indicating copy to clipboard operation
django-reset copied to clipboard

Django 1.8 Unsupported

Open radicalbiscuit opened this issue 9 years ago • 1 comments

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!

radicalbiscuit avatar Jun 30 '15 10:06 radicalbiscuit

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?

gregmuellegger avatar Jun 30 '15 20:06 gregmuellegger