home / django_tickets / tickets

tickets: 8804

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8804 2008-09-02 17:38:57 2011-09-28 16:12:17 2022-03-06 03:43:12.787520 Accepted closed Documentation     dev fixed Documentation example gives wrong result {{{ (r'^sitemap-(?P<section>.+).xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}) }}} This won't work. and results in sitemap-mysectionnamexxml instead of sitemap-mysectionname.xml This will work: {{{ (r'^sitemap-(?P<section>.+)\.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}) }}} nobody toke   0 1 0 0 0 0
Powered by Datasette · Queries took 0.845ms