index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
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-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-08-11
Corrected code examples in topics docs.
Rohit
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2024-11-26
Added missing backticks to class-based views docs.
Adam Zapletal
2024-09-09
Fixed #35631 -- Added HttpRequest.get_preferred_type().
Jake Howard
2023-03-22
Fixed typo in docs/topics/class-based-views/mixins.txt.
amirsoroush
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-04-07
Fixed #33611 -- Allowed View subclasses to define async method handlers.
Carlton Gibson
2022-01-05
Removed unused comment directive in CBV topic docs.
David
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
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-02-08
Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
Anil Khatri
2021-01-14
Fixed cross-link in CBV topic documentation.
Carles Pina Estany
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-01-24
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2019-12-18
Corrected some typos in documentation.
Hasan Ramezani
2019-12-04
Removed leftover word in CBV mixins docs.
Claude Paroz
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
2019-07-18
Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins...
Davit Gachechiladze
2019-03-12
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
alexanderblnf
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2019-01-31
Used LoginRequiredMixin in "Models and request.user" example.
Daniel Roseman
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
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-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
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-09-28
Fixed #27289 -- Corrected View.as_view() explanation.
Tim Graham
2016-07-06
Fixed typo in docs/topics/class-based-views/generic-display.txt
Taylor Edmiston
2016-06-27
Added missing trailing '$' to url() patterns in docs.
Ramiro Morales
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-18
Fixed typo in docs/topics/class-based-views/mixins.txt
eltronix
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
[next]