Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

URLs include for Django 2.0 #60

Open
browniebroke opened this issue Sep 19, 2017 · 1 comment
Open

URLs include for Django 2.0 #60

browniebroke opened this issue Sep 19, 2017 · 1 comment

Comments

@browniebroke
Copy link
Contributor

browniebroke commented Sep 19, 2017

The next version of Django is changing quite radically the way URLs are being included, by requiring an app name to be provided. One way to do it (and sometimes the only one) is to change the first parameter to a tuple.

It would be great if there could be a version of include in django-compat. It looks like the new syntax is available from 1.9, and the old syntax is no longer working from 2.0.

Would that be an acceptable change? I could try to put together a PR if so.

@Flimm
Copy link
Contributor

Flimm commented Dec 4, 2017

Django 2.0 has been released!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants