Opened 15 years ago
Closed 15 years ago
#11880 closed (fixed)
Admin site URL Conf docs missing raw string notation
Reported by: | Jay Hargis | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | typo | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
as explained in this paragraph
http://www.djangobook.com/en/2.0/chapter03/#cn123
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#hooking-adminsite-instances-into-your-urlconf[[BR]]
is missing the r"regex" notation in various examples.
this is a trivial oversight, but should probably be changed just for consistency.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 11880.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Keywords: | typo added |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12176]) Fixed #11880 -- Changed admin URLconfs in docs to use raw strings, for consistency. Thanks, jb0t