ninemoreminutes/django-crum

django-crum django 1.7

Closed this issue · 2 comments

hi django-crum is compatibile width django 1.7 ?

While 1.7 isn't officially released, all my tests pass against the latest Django code in https://github.com/django/django/tree/master

I take that back... I had a cached download of Django master that tox was using to test, so my local tests were not running against the latest Django 1.7 or master.

Some of my test dependencies (django-setuptest and django-hotrunner) appear to also be lacking support for Django 1.7+, so I've updated the code in bdc9e67 to run tests without those dependencies.

I've also added a Travis CI configuration to run the tests: https://travis-ci.org/ninemoreminutes/django-crum