django1/django/contrib/sitemaps
Karen Tracey 5912903852 Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and mlavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 23:30:46 +00:00
..
management Fixed #7914 -- Added some missing __init__.py files that were missed when the ping_google command was added. Thanks to bernd for the report. 2008-07-23 14:15:03 +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 #11358: Don't include private flatpages in sitemap. Thanks dburke and mlavin. 2010-09-10 23:30:46 +00:00
__init__.py Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and mlavin. 2010-09-10 23:30:46 +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 #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using 2008-07-26 05:07:16 +00:00