You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: