Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not support Django 1.10 #524

Closed
nyssance opened this issue Aug 2, 2016 · 0 comments
Closed

Not support Django 1.10 #524

nyssance opened this issue Aug 2, 2016 · 0 comments

Comments

@nyssance
Copy link

nyssance commented Aug 2, 2016

If this is a bug please specify versions you're using first.

Django version: 1.10
Django Suit version: 0.2.19
Python version: 3.5.2

Issue:
Invalid template library specified. ImportError raised when trying to load 'suit.templatetags.suit_tags': No module named 'django.contrib.admin.util'

kane-c added a commit to kane-c/django-suit that referenced this issue Aug 5, 2016
The Django major version number was converted to a float so v1.10
became 1.1 which was of course considered < 1.5 or 1.9, so some
compatibility checks were incorrect.

Fixes darklow#524
kane-c added a commit to kane-c/django-suit that referenced this issue Aug 5, 2016
The Django major version number was converted to a float so v1.10
became 1.1 which was of course considered < 1.5 or 1.9, so some
compatibility checks were incorrect.

Fixes darklow#524
kane-c added a commit to kane-c/django-suit that referenced this issue Aug 5, 2016
The Django major version number was converted to a float so v1.10
became 1.1 which was of course considered < 1.5 or 1.9, so some
compatibility checks were incorrect.

Fixes darklow#524
kane-c added a commit to kane-c/django-suit that referenced this issue Aug 5, 2016
The Django major version number was converted to a float so v1.10
became 1.1 which was of course considered < 1.5 or 1.9, so some
compatibility checks were incorrect.

Fixes darklow#524
kane-c added a commit to kane-c/django-suit that referenced this issue Aug 5, 2016
The Django major version number was converted to a float so v1.10
became 1.1 which was of course considered < 1.5 or 1.9, so some
compatibility checks were incorrect.

Fixes darklow#524
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant