summaryrefslogtreecommitdiff
path: root/django/views/generic
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-03[1.8.x] Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a ...Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-26[1.8.x] Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich
2015-01-26[1.8.x] Fixed #24221 - Used precompiled regexp for percent-placeholder matching.Tomáš Ehrlich
2015-01-12Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz
2014-11-28Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-22Fix another flake8 warning.Carl Meyer
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-22Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół
2014-02-09Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.Ryan Kaskel
2014-01-10Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick
2013-12-16Fixed #21564 -- Use local request object when possible in generic views.Baptiste Mispelon
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
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-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-11Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2012-12-04Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-11-22Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman
2012-11-22Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
2012-11-17Merge pull request #467 from tomchristie/page-kwargJannis Leidel
2012-11-04Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04Fixed #19240 -- include pagination error details in ListView 404Preston Holmes