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
/
topics
/
class-based-views
/
generic-display.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-01-05
Removed unused comment directive in CBV topic docs.
David
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-03-02
Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-01-14
Fixed cross-link in CBV topic documentation.
Carles Pina Estany
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2019-12-03
Fixed typo in topics docs
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-07-07
Removed usage of 'object' variable name in docs.
Harry Moreno
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-07-06
Fixed typo in docs/topics/class-based-views/generic-display.txt
Taylor Edmiston
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-10-23
Fixed #25397 -- Documented class-based view context variable clash with conte...
Jacek Bzdak
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-08-23
Fixed #22154 -- Added "Built-in" to some class-based views titles.
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-23
Fixed errors and inconsistencies in CBV topic documentation.
Baptiste Mispelon
2013-06-21
Fixed #20612 -- Fixed incorrect wording in CBV documentation
Baptiste Mispelon
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-03-03
Fix Typo explicitly. Fixes #19971
Tobias Carlander
2013-02-24
Test case and docs for custom context data in feeds
Zbigniew Siciarz
2013-02-19
Update docs/topics/class-based-views/generic-display.txt
Stefan "hr" Berder
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-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-07-07
Fixed #18589 -- Typo in generic CBV docs.
Aymeric Augustin
2012-06-27
Fixed #18527 -- Removed superfluous backslash in CBV docs
Claude Paroz
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel