django1/django/contrib/sitemaps
Russell Keith-Magee 23ecf3cf6c [1.2.X] Modified the sitemaps tests to remove an assumption about the environment in which the tests are run. Thanks to Gabriel Hurley for the report and patch.
Backport of r14184 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-12 07:27:49 +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 [1.2.X] Modified the sitemaps tests to remove an assumption about the environment in which the tests are run. Thanks to Gabriel Hurley for the report and patch. 2010-10-12 07:27:49 +00:00
__init__.py [1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980] 2010-10-11 14:36:20 +00:00
models.py [1.2.X] Added a missing (empty) models.py file required for the tests from r13644 to actually run. 2010-08-30 12:33:45 +00:00
views.py [1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980] 2010-10-11 14:36:20 +00:00