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
/
flatpages.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-04-27
Fixed #35931 -- Documented fields and methods of the FlatPage model.
koresi
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-04-15
Refs #36311 -- Unified spelling of "flatpage" in docs/ref/contrib/flatpages.txt.
Ahmed Nassar
2025-04-08
Clarified `url` and `name` arguments in flatpages URLconf ref docs.
Clifford Gama
2025-04-08
Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.
Natalia
2024-10-30
Added missing lang attributes to html elements in docs.
Johanan-Ayadata
2023-09-27
Added warning about flatpages and untrusted users.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-09-16
Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.
Ferran Jovell
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2020-03-26
Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.
Carlton Gibson
2020-03-14
Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.
Hasan Ramezani
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-19
Removed outdated examples of flatpages served sites.
Garry Polley
2019-03-28
Used extlinks for Django's source code.
Tim Graham
2018-01-23
Fixed "template tag" spelling in docs.
Tim Graham
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-08-30
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Jkrzy
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-08-29
Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.
Y3K
2015-08-04
Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Tim Graham
2014-12-15
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-06-11
Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.
Tim Graham
2013-06-08
Update flatpages.txt
Camilo Nova
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-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-31
Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paro...
Tim Graham
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-07
Corrected backwards middleware-ordering note in flatpage documentation.
Carl Meyer
2011-10-07
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-08-13
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
Jannis Leidel
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-20
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2011-02-18
Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a...
Gabriel Hurley
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-08-28
Fixed #6932 -- Added a template tag that gives a list of available flatpages ...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
[next]