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