Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sitemaps/views.py
Commit message (Expand)AuthorAgeFilesLines
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmo...Tim Graham2014-09-111-1/+7
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-2/+2
* Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez2013-07-311-2/+10
* More import removalsClaude Paroz2013-06-291-1/+0
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-14/+2
* One more changed import location of wrapsClaude Paroz2013-05-041-1/+1
* Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz2013-05-041-0/+11
* Fixed #19692 -- Completed deprecation of mimetype in favo...Aymeric Augustin2013-01-311-5/+21
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin2012-01-291-17/+24
* Fixed #2713 -- Made the name of the sitemap view a parame...Aymeric Augustin2012-01-291-3/+6
* Converted some of the built-in views to use content_type ...Adrian Holovaty2011-12-171-8/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+1
* 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-281-3/+2
* Fixed #14041 -- Added ability to override the template of...Jannis Leidel2010-12-121-4/+4
* Fixed #14433 - replaced a thread-unsafe solution to #1023...Luke Plant2010-10-111-3/+3
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-041-2/+4
* Fixed #7793 -- Handle sitemaps with more than 50,000 URLs...Malcolm Tredinnick2008-07-261-5/+19
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-1/+2
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-1/+1
* Fixed #2643 -- Fixed incorrect reverse() view names in si...Adrian Holovaty2006-09-021-1/+1
* Renamed django.contrib.sitemap to django.contrib.sitemaps...Adrian Holovaty2006-09-011-0/+30