django1/django/contrib/sitemaps/tests
Claude Paroz 2c2c8a6326 Isolated sitemaps test from ABSOLUTE_URL_OVERRIDES
Refs #15988.
2012-06-30 18:50:28 +02:00
..
templates Fixed #14041 -- Added ability to override the template of the sitemaps views. Thanks, julien. 2010-12-12 22:56:29 +00:00
urls Fixed #8995 -- Added support for HTTPS in sitemaps. 2012-01-29 19:24:32 +00:00
__init__.py Fixed #8995 -- Added support for HTTPS in sitemaps. 2012-01-29 19:24:32 +00:00
base.py Made sitemaps tests use override_settings. Refs #14478 2012-06-02 21:24:18 +02:00
flatpages.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
generic.py Isolated sitemaps test from ABSOLUTE_URL_OVERRIDES 2012-06-30 18:50:28 +02:00
http.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
https.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00