Skip to content

Fix Django 1.10 deprecation notices #3046

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

Closed
23 tasks
agjohnson opened this issue Aug 17, 2017 · 4 comments
Closed
23 tasks

Fix Django 1.10 deprecation notices #3046

agjohnson opened this issue Aug 17, 2017 · 4 comments
Labels
Improvement Minor improvement to code

Comments

@agjohnson
Copy link
Contributor

agjohnson commented Aug 17, 2017

Here's all the deprecation notices we get when running against the python3.6 test suite:
https://gist.github.com/agjohnson/078be096d51dbe5921d4f81f1dae8dbe

List of applications that need attention:

  • api
  • bookmarks
  • cdn
  • comments
  • donate
  • gold
  • notifications
  • oauth
  • payments
  • profiles
  • redirects
  • restapi
  • rtd_tests
  • search
  • settings
  • static
  • tastyapi
  • templates
  • vcs_support

More difficult issues to look at:

  • doc_builder
  • projects
  • core
  • builds
@jColeChanged
Copy link

I'm looking at core.

@jColeChanged
Copy link

I completed the warnings for py27 django 1.10 dep warnings for core. It turned out to be only spitting out warning for urls.subdomains

@ghost
Copy link

ghost commented Aug 17, 2017

Completed for restapi
Working on redirects [no warnings]
Working on urls

@humitos humitos added the Improvement Minor improvement to code label Dec 26, 2017
@humitos
Copy link
Member

humitos commented Dec 26, 2017

I'm clossing this issue in favor of #3372

There are just two warnings missing but they are because third party libs.

@humitos humitos closed this as completed Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

3 participants