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

unbreak django.forms.util(s) import for django < 1.7 #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

catskul
Copy link

@catskul catskul commented Feb 5, 2015

Django 1.6 and before will not work with the new import naming, and full removal of old path was not removed until 1.9.

This conditionally imports the new name based on django version >= 1.9.

Tested locally in Django 1.6, and 1.7, and faked out the system by manually setting the version to 1.9

@bouttier
Copy link
Contributor

I think is better to import django.forms.utils from django 1.7 included to avoid a deprecation warning as I do in #34. Sorry for the first breaks of django 1.6 …

@catskul
Copy link
Author

catskul commented Oct 23, 2015

@bouttier fixed

@inducer
Copy link

inducer commented Dec 2, 2015

👍

@mmoravcik
Copy link

Is this going to be released any time soon?

@areski
Copy link

areski commented Dec 11, 2015

@nkunihiko is your project still maintained ?

@mgargenta
Copy link

Is this going to be merged?

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

Successfully merging this pull request may close these issues.

None yet

6 participants