Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sitemaps
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez2013-07-314-3/+64
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-2/+3
* More import removalsClaude Paroz2013-06-291-1/+0
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-14/+2
* Removed several unused imports.Aymeric Augustin2013-06-192-2/+0
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-4/+0
* One more changed import location of wrapsClaude Paroz2013-05-041-1/+1
* Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz2013-05-042-0/+18
* Modified sitemaps to work with unittest2 discovery.Preston Timmons2013-04-035-4/+4
* Fixed #20048, #20060 -- Modified tests for contrib apps s...Russell Keith-Magee2013-03-234-13/+30
* Fixed #19692 -- Completed deprecation of mimetype in favo...Aymeric Augustin2013-01-311-5/+21
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-2/+3
* Made use of assertXMLEqual in sitemaps testsClaude Paroz2012-10-153-12/+12
* Fixed #15753 -- Cleared cache between sitemaps testsClaude Paroz2012-10-151-0/+2
* [py3] Fixed sitemaps tests.Aymeric Augustin2012-08-143-24/+37
* [py3] Compared response.content with bytes.Aymeric Augustin2012-08-143-12/+16
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-3/+7
* Isolated sitemaps test from ABSOLUTE_URL_OVERRIDESClaude Paroz2012-06-301-0/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-5/+9
* Made sitemaps tests use override_settings. Refs #14478Claude Paroz2012-06-022-12/+11
* Use the class decorator syntax available in Python >= 2.6...Aymeric Augustin2012-03-301-3/+2
* Fixed #10793 -- Stopped caching paginator instances in si...Jannis Leidel2012-02-091-3/+1
* Made a bunch more edits up until [17418]Adrian Holovaty2012-02-031-4/+1
* Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin2012-01-2911-92/+209
* Fixed #2713 -- Made the name of the sitemap view a parame...Aymeric Augustin2012-01-293-21/+30
* Converted some of the built-in views to use content_type ...Adrian Holovaty2011-12-171-8/+5
* Fixed #16906 -- Format datetimes with str/unicode instead...Aymeric Augustin2011-10-131-4/+4
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-132-3/+2
* Fixed #16175 -- Modified the sitemaps views to return Tem...Jannis Leidel2011-06-281-8/+7
* Fixed #12347 -- Added a mimetype option to sitemaps views...Jannis Leidel2011-06-281-4/+6
* Fixed #10907, #14190 and #15829 -- Pass item to sitemaps ...Jannis Leidel2011-06-283-5/+16
* Updated test assertions that have been deprecated by the ...Russell Keith-Magee2011-03-031-6/+6
* Fixed #15111 -- Ensured that the auth, contenttypes and s...Russell Keith-Magee2011-02-051-14/+19
* Fixed #14805 -- Capitalize "Google" in sitemaps docs. Tha...Jannis Leidel2010-12-121-1/+1
* Fixed #14041 -- Added ability to override the template of...Jannis Leidel2010-12-125-4/+68
* Fixed #14833 -- Skip the sitemaps localization test if i1...Russell Keith-Magee2010-12-051-0/+1
* Fixed #14447 -- Modified the auth and sitemaps tests to r...Russell Keith-Magee2010-10-121-4/+15
* Fixed #14433 - replaced a thread-unsafe solution to #1023...Luke Plant2010-10-113-12/+39
* Fixed #14279 -- Corrected a typo in the sitemaps tests (d...Alex Gaynor2010-10-111-1/+1
* Ensure that the sitemaps test deactivates it's locale, so...Russell Keith-Magee2010-10-091-1/+2
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-043-8/+28
* Fixed #11358: Don't include private flatpages in sitemap....Karen Tracey2010-09-113-2/+31
* Fixed #14198 -- Corrected rendering of generic sitemaps w...Russell Keith-Magee2010-08-303-8/+31
* Added a missing (empty) models.py file required for the t...Russell Keith-Magee2010-08-301-0/+1
* Fixed #14164 -- Ensure that sitemap priorities aren't ren...Russell Keith-Magee2010-08-274-1/+61
* Fixed #8574 -- Made Sitemap a new-style classAdrian Holovaty2008-09-171-1/+1
* Fixed #8172 -- Improved a whole bunch of contrib template...Adrian Holovaty2008-09-082-6/+4