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

Resolve some Django 1.10 deprecations #62

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

Conversation

kevinklaes
Copy link

I've resolved the issues with two of the deprecations upgrading to Django 1.10. See https://docs.djangoproject.com/en/1.10/releases/1.10/#features-removed-in-1-10

  • django.conf.urls.patterns() is removed.
  • The backwards compatibility shim to allow FormMixin.get_form() to be defined with no default value for its form_class argument is removed.

From https://docs.djangoproject.com/en/1.10/releases/1.10/#features-removed-in-1-10
- The backwards compatibility shim to allow FormMixin.get_form() to be defined with no default value for its form_class argument is removed.
@coveralls
Copy link

coveralls commented Dec 22, 2016

Coverage Status

Coverage decreased (-0.1%) to 78.678% when pulling fc1554a on kevinklaes:master into 4816664 on tarak:master.

@mkoistinen
Copy link

Is this PR held up on the slight reduction in test coverage? If so, can I help to get this in?

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.

3 participants