Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sitemaps/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+1
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-4/+4
* Removed contrib.flatpages.FlatPageSitemap per deprecation...Tim Graham2015-01-171-24/+0
* Fixed #23884 -- Moved FlatPageSitemap into django.contrib...Berker Peksag2014-12-151-0/+15
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo2014-06-201-0/+15
* Fixed typo in error message in django.contrib.sitemaps.Jannis2014-03-241-1/+1
* Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin2014-02-011-2/+10
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+3
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed flake8 E241Boryslav Larin2013-11-021-4/+9
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-1/+0
* Fixed #21112 -- Make sure sitemaps with no lastmod date w...Simon Charette2013-09-171-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+2
* Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez2013-07-311-1/+11
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-3/+7
* 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-291-3/+18
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+1
* Fixed #10907, #14190 and #15829 -- Pass item to sitemaps ...Jannis Leidel2011-06-281-1/+2
* Fixed #14433 - replaced a thread-unsafe solution to #1023...Luke Plant2010-10-111-9/+15
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-041-5/+7
* Fixed #11358: Don't include private flatpages in sitemap....Karen Tracey2010-09-111-1/+1
* Fixed #14198 -- Corrected rendering of generic sitemaps w...Russell Keith-Magee2010-08-301-1/+2
* Fixed #14164 -- Ensure that sitemap priorities aren't ren...Russell Keith-Magee2010-08-271-1/+1
* Fixed #8574 -- Made Sitemap a new-style classAdrian Holovaty2008-09-171-1/+1
* Fixed #8020 -- Fixed paginator initialisation in sitemaps...Malcolm Tredinnick2008-08-081-3/+3
* Fixed #7793 -- Handle sitemaps with more than 50,000 URLs...Malcolm Tredinnick2008-07-261-3/+13
* Fixed #4348 -- Updated Google sitemap ping code. Thanks, ...Adrian Holovaty2007-05-201-2/+2
* Fixed #3106 -- Typo in sitemap ping_google method. Thanks...Russell Keith-Magee2006-12-071-1/+1
* Fixed #2643 -- Fixed incorrect reverse() view names in si...Adrian Holovaty2006-09-021-2/+2
* Renamed django.contrib.sitemap to django.contrib.sitemaps...Adrian Holovaty2006-09-011-0/+90