summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/views.py
AgeCommit message (Expand)Author
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2017-05-27Added comments to contrib.sitemaps.index() view.Boris Burkov
2016-01-23Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-07-31Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez
2013-06-29More import removalsClaude Paroz
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-05-04One more changed import location of wrapsClaude Paroz
2013-05-04Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
2012-01-29Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...Aymeric Augustin
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-28Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan...Jannis Leidel
2011-06-28Fixed #12347 -- Added a mimetype option to sitemaps views to further customiz...Jannis Leidel
2011-06-28Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...Jannis Leidel
2010-12-12Fixed #14041 -- Added ability to override the template of the sitemaps views....Jannis Leidel
2010-10-11Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]Luke Plant
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-09-02Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps contrib app. ...Adrian Holovaty
2006-08-31Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist...Adrian Holovaty