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

Django 1.9 compatibility #15

Closed
mrnfrancesco opened this issue Apr 28, 2015 · 2 comments
Closed

Django 1.9 compatibility #15

mrnfrancesco opened this issue Apr 28, 2015 · 2 comments

Comments

@mrnfrancesco
Copy link

Using your module with Django 1.8 I had the following warning:

formfields.py:1: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.

@kra3
Copy link
Member

kra3 commented Apr 30, 2015

That should be okay for now.
Django keeps doing backward incompatible changes in almost every release 😞
By the time django 1.9 is released, I'll make a fix for this.

@kra3
Copy link
Member

kra3 commented May 14, 2015

commit #16 should fix this warning.

@kra3 kra3 closed this as completed May 14, 2015
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

2 participants