#20665 closed Bug (fixed)
Sitemaps documentation example pattern missing backslash
Reported by: | roman | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | sitemap, patterns |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Code block demonstrating naming the sitemap view with sitemap_url_name has a URL pattern:
r'^sitemap.xml$'
which should be:
r'^sitemap\.xml$'
Looking through the docs online this is in 1.4, 1.5, and dev.
Note:
See TracTickets
for help on using tickets.
In 5005303ae7919eef26dab9f8ba279696966ebf1d: