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
/
mixins.txt
Age
Commit message (
Expand
)
Author
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
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 unnecessary parentheses in :meth: and :func: roles in ...
David Smith
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
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
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
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2019-12-04
Removed leftover word in CBV mixins 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
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
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
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
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-10-30
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
2014-08-19
Removed unnecessary code-block directives.
areski
2014-07-31
Used JsonResponse in CBV examples.
Loic Bistuer
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-03-03
Fixed some typos and formatting issues in docs.
Rodolfo Carvalho
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-28
Fixed ReST typo in topics/class-based-views/mixins.txt
Tim Graham
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-01
Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.
Baptiste Mispelon
2013-06-26
Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...
Loic Bistuer
2013-06-24
Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docs
Baptiste Mispelon
2013-06-23
Fixed errors and inconsistencies in CBV topic documentation.
Baptiste Mispelon
2013-06-13
Fixed order of base classes in CBV mixin docs
Danilo Bargen
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
[next]