index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
flatpages.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.
Carlton Gibson
2020-03-26
1
-1
/
+1
*
Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.
Hasan Ramezani
2020-03-14
1
-1
/
+1
*
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-06
1
-14
/
+14
*
Removed outdated examples of flatpages served sites.
Garry Polley
2019-08-19
1
-5
/
+0
*
Used extlinks for Django's source code.
Tim Graham
2019-03-28
1
-3
/
+1
*
Fixed "template tag" spelling in docs.
Tim Graham
2018-01-23
1
-1
/
+1
*
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-28
1
-1
/
+1
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
1
-7
/
+7
*
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Jkrzy
2017-08-30
1
-1
/
+1
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-4
/
+0
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-3
/
+2
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-5
/
+0
*
Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.
Y3K
2015-08-29
1
-0
/
+34
*
Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Tim Graham
2015-08-04
1
-1
/
+1
*
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-12-15
1
-0
/
+40
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
1
-13
/
+17
*
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-25
1
-2
/
+2
*
Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.
Tim Graham
2013-06-11
1
-1
/
+7
*
Update flatpages.txt
Camilo Nova
2013-06-08
1
-2
/
+2
*
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-02
1
-2
/
+2
*
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
1
-11
/
+3
*
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-30
1
-3
/
+1
*
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-20
1
-2
/
+0
*
Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paro...
Tim Graham
2012-08-31
1
-2
/
+41
*
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
1
-1
/
+1
*
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-05-03
1
-1
/
+1
*
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-13
1
-1
/
+1
*
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-14
1
-20
/
+20
*
Corrected backwards middleware-ordering note in flatpage documentation.
Carl Meyer
2011-10-07
1
-3
/
+6
*
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-10-07
1
-0
/
+8
*
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-13
1
-1
/
+1
*
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-13
1
-1
/
+1
*
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-20
1
-2
/
+1
*
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2011-04-20
1
-0
/
+12
*
Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a...
Gabriel Hurley
2011-02-18
1
-18
/
+28
*
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-26
1
-2
/
+0
*
Fixed #6932 -- Added a template tag that gives a list of available flatpages ...
Russell Keith-Magee
2010-08-28
1
-8
/
+69
*
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-19
1
-6
/
+4
*
Fixed three small doc markup errors.
Malcolm Tredinnick
2010-03-10
1
-1
/
+1
*
Fixed #12217: Documented the fact that serving flatpages from the flatpage mi...
James Bennett
2010-03-03
1
-0
/
+8
*
Fixed #11883: Documented how to set a custom template name on a flatpage.
James Bennett
2010-03-03
1
-2
/
+6
*
Fixed #12228 -- Updated flatpages examples. Thanks, johnthedebs
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timo
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-12-26
1
-1
/
+0
*
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-04-03
1
-0
/
+5
*
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-09-02
1
-1
/
+1
*
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-23
1
-0
/
+153