summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/flatpages.txt
AgeCommit message (Expand)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2018-01-23Fixed "template tag" spelling in docs.Tim Graham
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-04Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-06-11Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.Tim Graham
2013-06-08Update flatpages.txtCamilo Nova
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-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-08-31Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paro...Tim Graham
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-07Corrected backwards middleware-ordering note in flatpage documentation.Carl Meyer
2011-10-07Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...Carl Meyer
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-20Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...Jannis Leidel
2011-02-18Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a...Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-08-28Fixed #6932 -- Added a template tag that gives a list of available flatpages ...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-03Fixed #12217: Documented the fact that serving flatpages from the flatpage mi...James Bennett
2010-03-03Fixed #11883: Documented how to set a custom template name on a flatpage.James Bennett
2010-01-10Fixed #12228 -- Updated flatpages examples. Thanks, johnthedebsAdrian Holovaty
2010-01-10Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timoAdrian Holovaty
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss