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