-
Notifications
You must be signed in to change notification settings - Fork 43
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.7 API update #124
Comments
bretwalker
pushed a commit
to bretwalker/olwidget
that referenced
this issue
Aug 27, 2014
👍 |
max-arnold
added a commit
to innoteq/olwidget
that referenced
this issue
Jun 16, 2016
max-arnold
added a commit
to innoteq/olwidget
that referenced
this issue
Jun 16, 2016
max-arnold
added a commit
to innoteq/olwidget
that referenced
this issue
Jun 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
declared_fields = forms.models.get_declared_fields(bases, attrs, False) raises and error:
I looked at the functions in django, its in forms, but when I try using forms.get_declared_fields I have same error, it's deprecated and django 1.9 will have this function removed.
here the function in django api:
https://github.com/django/django/blob/master/django/forms/forms.py#L34
The text was updated successfully, but these errors were encountered: