django1/django/contrib/sitemaps
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
..
management Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam. 2010-12-12 22:56:52 +00:00
templates Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks, gnosek, krzysiumed and adam_przybyla. 2012-02-09 18:56:49 +00:00
models.py Added a missing (empty) models.py file required for the tests from r13644 to actually run. 2010-08-30 12:32:26 +00:00
views.py Fixed #8995 -- Added support for HTTPS in sitemaps. 2012-01-29 19:24:32 +00:00