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
Throughout the docs we model URL configuration with, in many cases,re_path(). But that was a backwards compatibility shim added many versions of Django ago. We should model using path() instead of re_path().
describe the issue
Throughout the docs we model URL configuration with, in many cases,
re_path()
. But that was a backwards compatibility shim added many versions of Django ago. We should model usingpath()
instead ofre_path()
.From DEP 201:
please add links to existing docs or code (if relevant)
which release does this issue concern?
The text was updated successfully, but these errors were encountered: