summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/tests/urls/http.py
Commit message (Expand)AuthorAgeFilesLines
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-111-136/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.Tim Graham2015-01-171-8/+1
* Silenced some deprecation warnings in contrib.sitemaps; refs #22384.Loic Bistuer2014-09-271-11/+29
* Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham2014-09-111-1/+14
* Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo2014-06-201-1/+25
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-13/+14
* Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.Simon Charette2013-09-171-0/+14
* Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez2013-07-311-0/+28
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...Russell Keith-Magee2013-03-231-1/+4
* Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin2012-01-291-0/+43