-
Notifications
You must be signed in to change notification settings - Fork 709
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
Comments
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
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'
The text was updated successfully, but these errors were encountered: