I think the examples should be changed to start with this code:
{{{
urlpatterns = [
path('^accounts$', include('django.contrib.auth.urls')),
]
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28886>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/9431 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28886#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"4114b441ee63e5e9196f20beee5cb071d1a21b3b" 4114b441]:
{{{
#!CommitTicketReference repository=""
revision="4114b441ee63e5e9196f20beee5cb071d1a21b3b"
Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28886#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e30674a1b777c56a28734b569063ee4395751515" e30674a]:
{{{
#!CommitTicketReference repository=""
revision="e30674a1b777c56a28734b569063ee4395751515"
[2.0.x] Fixed #28886 -- Updated prefix for example
django.contrib.auth.urls URLs.
Backport of 4114b441ee63e5e9196f20beee5cb071d1a21b3b from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28886#comment:3>