Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/generic/detail.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fixed #24689 -- Fixed DetailView methods with deferred Qu...Artis Avotins2015-04-261-2/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-2/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22113 -- changed object_name to model_name in CBV ...Marcin Sokół2014-02-221-1/+1
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-2/+2
* adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-061-22/+28
* Improved queryset handling and docs for (Single|Multiple)...Loic Bistuer2013-08-091-8/+12
* Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-181-4/+6
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-3/+3
* Fixed error message in detail generic view.Florian Apolloner2012-07-251-1/+1
* Fixed #18451 -- Vastly improved class based view document...Jannis Leidel2012-06-111-2/+14
* Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen2012-06-091-3/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-6/+8
* Removed unneeded smart_str in generic views.Claude Paroz2012-05-241-2/+1
* Fixed #18113 -- Corrected get_template_names docstrings.Claude Paroz2012-05-221-1/+1
* Fixed #16074 -- Added ContextMixin to class-based generic...Claude Paroz2012-04-061-4/+5
* Fixed #17422 -- Changed BaseDetailView to use *args, to b...Adrian Holovaty2011-12-171-1/+1
* Fixed #16101 -- Added parameters to SingleObjectMixin to ...Jannis Leidel2011-07-291-2/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+0
* Fixed #15508 -- Corrected a misleading error message in t...Russell Keith-Magee2011-02-261-1/+1
* Fixed #15287 -- Added translation markers to user-facing ...Russell Keith-Magee2011-02-141-2/+3
* Fixed #15298 -- Raise a better error when a TemplateRespo...Russell Keith-Magee2011-02-141-1/+6
* Fixed #15272 -- Altered generic views to use the guarante...Russell Keith-Magee2011-02-141-2/+1
* Fixed #14878 -- Clarified the way verbose_name_plural is ...Russell Keith-Magee2011-01-031-2/+3
* Modified the implementation of get_object() to be consist...Russell Keith-Magee2010-10-201-2/+4
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-0/+142