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

Fixing Django 1.9 deprecations #35

Merged
merged 1 commit into from
Aug 19, 2015
Merged

Fixing Django 1.9 deprecations #35

merged 1 commit into from
Aug 19, 2015

Conversation

gfairchild
Copy link
Contributor

Several Django 1.9 deprecations are present in the current code base. See https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-9 for more info, but here are the key deprecations that currently affect this project:

  • ModelAdmin.get_formsets will be removed.
  • The WSGIRequest.REQUEST property will be removed.

@gfairchild gfairchild mentioned this pull request Aug 18, 2015
s-block added a commit that referenced this pull request Aug 19, 2015
Fixing Django 1.9 deprecations
@s-block s-block merged commit 4035130 into OskarPersson:master Aug 19, 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

Successfully merging this pull request may close these issues.

2 participants