summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/sitemaps.txt
AgeCommit message (Expand)Author
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-12Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
2014-08-05Fixed broken links in docs.Tim Graham
2014-06-20Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-07-31Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-05-18Added example of using sitemaps with static views.Zbigniew Siciarz
2013-03-22Added missing markup to docs.Tim Graham
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
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-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-06-28Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan...Jannis Leidel
2011-06-28Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...Jannis Leidel
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-12Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
2010-12-12Fixed #14041 -- Added ability to override the template of the sitemaps views....Jannis Leidel
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-09-10Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m...Karen Tracey
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-10Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern i...Adrian Holovaty
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2008-09-14Fixed #9078: Added commas to the example URLconf lines so that they can be ea...Russell Keith-Magee
2008-09-07Small wording improvements to sitemaps.txtAdrian Holovaty
2008-09-03Fixed #8804: corrected URL example in sitemaps docsJames Bennett
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...James Bennett
2008-08-24Fixed #7996: Added a note that you need to register your site with Google in ...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss