django1/django/contrib/sitemaps
Malcolm Tredinnick 90b6e1438f Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks,
John D'Agostino.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-08 15:40:31 +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 Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
__init__.py Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks, 2008-08-08 15:40:31 +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