django1/django/contrib/sitemaps/tests
Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
2012-06-07 18:08:47 +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 Fixed #8995 -- Added support for HTTPS in sitemaps. 2012-01-29 19:24:32 +00: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