Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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.

Change History (3)

comment:1 by Baptiste Mispelon <bmispelon@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 5005303ae7919eef26dab9f8ba279696966ebf1d:

Fixed #20665 -- Missing backslash in sitemaps documentation

Thanks to roman for the report.

comment:2 by Baptiste Mispelon <bmispelon@…>, 11 years ago

In 20295f278815598858ada0096324f77088a0df52:

[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentation

Backport of 5005303ae7919eef26dab9f8ba279696966ebf1d from master.

comment:3 by Baptiste Mispelon <bmispelon@…>, 11 years ago

In 165cc1dc2f1cda87f7da65e8a6483318d3ca12be:

[1.4.x] Fixed #20665 -- Missing backslash in sitemaps documentation

Backport of 5005303ae7919eef26dab9f8ba279696966ebf1d from master.

Note: See TracTickets for help on using tickets.
Back to Top