question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Django 2.0 URL Resolver

See original GitHub issue

Django 2.0 has changed its routing. The resolver throws an Attribute Error in a bunch of places.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:17
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

13reactions
ashwoodscommented, Dec 7, 2017

@wooyek this week.

11reactions
khakulovcommented, Dec 4, 2017

Django 2.0 is already relased. This bug is now blocking our upgrade to Django 2.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

django.urls utility functions
you can use any of the following to reverse the URL: ... The resolve() function can be used for resolving URL paths to...
Read more >
URL dispatcher - Django documentation
This module is pure Python code and is a mapping between URL path expressions to Python functions (your views). This mapping can be...
Read more >
django.urls.resolvers | Django documentation
This module converts requested URLs to callback view functions. RegexURLResolver is the main class here. Its resolve() method takes a URL (as a...
Read more >
Django 2.0 release notes
Django 2.0 will be the last release series to support Python 3.4. ... The new syntax supports type coercion of URL parameters.
Read more >
Source code for django.conf.urls.i18n
This document is for an insecure version of Django that is no longer supported. Please upgrade to a newer release!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found