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
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
2011-06-28
Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...
Jannis Leidel
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-12
Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.
Jannis Leidel
2010-12-12
Fixed #14041 -- Added ability to override the template of the sitemaps views....
Jannis Leidel
2010-11-07
Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...
Gabriel Hurley
2010-10-23
Fixed #14173 -- Added sections about contrib apps-provided commands to django...
Ramiro Morales
2010-10-19
Fixed #14426 -- Removed "mysite" import statements from examples that might t...
Gabriel Hurley
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-09-10
Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m...
Karen Tracey
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-01-10
Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern i...
Adrian Holovaty
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2008-09-14
Fixed #9078: Added commas to the example URLconf lines so that they can be ea...
Russell Keith-Magee
2008-09-07
Small wording improvements to sitemaps.txt
Adrian Holovaty
2008-09-03
Fixed #8804: corrected URL example in sitemaps docs
James Bennett
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-31
Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...
James Bennett
2008-08-24
Fixed #7996: Added a note that you need to register your site with Google in ...
Russell Keith-Magee
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
[prev]