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
/
django
/
views
/
generic
/
detail.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-12-18
Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObje...
Andrew Miller
2024-12-18
Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...
Andrew Miller
2024-10-15
Fixed #35682 -- Updated docstrings for base view classes which require a resp...
Yash
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2015-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-25
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-02-22
Fixed #22113 -- changed object_name to model_name in CBV docs.
Marcin Sokół
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-08-09
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
Loic Bistuer
2013-05-18
Fixed #20234 and #20236 -- SingleObjectMixin fixes
Karol Sikora
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-07-25
Fixed error message in detail generic view.
Florian Apolloner
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-24
Removed unneeded smart_str in generic views.
Claude Paroz
2012-05-22
Fixed #18113 -- Corrected get_template_names docstrings.
Claude Paroz
2012-04-06
Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...
Claude Paroz
2011-12-17
Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with ot...
Adrian Holovaty
2011-07-29
Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-02-26
Fixed #15508 -- Corrected a misleading error message in the DetailView generi...
Russell Keith-Magee
2011-02-14
Fixed #15287 -- Added translation markers to user-facing error messages in cl...
Russell Keith-Magee
2011-02-14
Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...
Russell Keith-Magee
2011-02-14
Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...
Russell Keith-Magee
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
Russell Keith-Magee
2010-10-20
Modified the implementation of get_object() to be consistent with the approac...
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee