Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/generic
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-27/+1
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-25/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-6/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* 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
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-251-3/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-12/+18
* Fixed #24263 -- Prevented extra queries on BaseDateDetail...Tim Graham2015-02-031-1/+1
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-0/+2
* Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich2015-01-261-0/+4
* Fixed #24221 - Used precompiled regexp for percent-placeh...Tomáš Ehrlich2015-01-261-2/+4
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-29/+1
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+2
* Fixed #24133 -- Replaced formatting syntax in success_url...Claude Paroz2015-01-121-2/+19
* Corrected deprecation warnings for RedirectView; refs #21...Berker Peksag2014-11-281-1/+14
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-2/+16
* Fix another flake8 warning.Carl Meyer2014-11-221-2/+2
* Fixed #21753 -- Raised exception when both `form_class` a...Berker Peksag2014-11-211-0/+4
* Fixed #23656 -- Made FormMixin.get_form's form_class argu...Simon Charette2014-10-311-6/+32
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-2/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-4/+7
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-152-6/+24
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-2/+2
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-6/+4
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed #22113 -- changed object_name to model_name in CBV ...Marcin Sokół2014-02-221-1/+1
* Fixed #21967: Added check for object in ModelFormMixin.ge...Ryan Kaskel2014-02-091-1/+2
* Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick2014-01-101-2/+2
* Fixed #21564 -- Use local request object when possible in...Baptiste Mispelon2013-12-161-3/+3
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-2/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-3/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-212-3/+3
* adds fix for SingleObjectTemplateResponseMixin raising a ...Ian Wilson2013-09-061-22/+28
* Improved queryset handling and docs for (Single|Multiple)...Loic Bistuer2013-08-092-14/+26
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #20644 -- Add ModelFormMixin.fields to the CBV flat...Baptiste Mispelon2013-06-241-3/+3
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-1/+12
* Fixed #15273 -- Extend RedirectView to allow reversal by ...Marc Tamlyn2013-06-141-6/+14
* Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay2013-06-111-2/+2
* Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+4
* Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora2013-05-182-18/+6
* Fixed #20235 -- Use self.object_list if object_list not p...Matthew Somerville2013-05-181-2/+2
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-1/+10
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-3/+6