index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
sitemaps.txt
Age
Commit message (
Expand
)
Author
2019-01-11
Refs #23829 -- Made ping_google command/function use https for the sitemap URL.
Sanyam Khurana
2019-01-11
Documented ping_google()'s ping_url argument.
Sanyam Khurana
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-02-28
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
Alexey Opalev
2017-01-30
Fixed incorrect namespace in sitemap example.
Arkadiusz Adamski
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-10-03
Fixed #27307 -- Added missing url names in sitemaps docs.
Tim Graham
2016-03-09
Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-05-05
Fixed #24736 -- Documented the Sitemap.limit attribute
Abhaya Agarwal
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-17
Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.
Tim Graham
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-15
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-09-04
Fixed imports in `Sitemap for static views` example
John-Scott Atlakson
2014-08-13
Corrected content_type parameter name in sitemap docs.
Tim Graham
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-12
Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Tim Graham
2014-08-05
Fixed broken links in docs.
Tim Graham
2014-06-20
Fixed #22782 -- Added i18n attr to Sitemap class
Luan Pablo
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-07-31
Fixed #20793 -- Added Last-Modified header to sitemaps.
Julian Bez
2013-06-27
Fixed #20665 -- Missing backslash in sitemaps documentation
Baptiste Mispelon
2013-05-18
Added example of using sitemaps with static views.
Zbigniew Siciarz
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-03-04
Fixed a typo in the sitemaps docs.
Aymeric Augustin
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-01-29
Fixed #8995 -- Added support for HTTPS in sitemaps.
Aymeric Augustin
2012-01-29
Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...
Aymeric Augustin
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-06-28
Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan...
Jannis Leidel
[next]