Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/class-based-views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-231-6/+20
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-244-39/+5
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-4/+0
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-12/+0
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-111-16/+10
* Used consistent capitalization and hyphenation of "class-...Anton Strogonoff2015-08-191-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-252-5/+17
* Fixed #24695 -- Tidied up a couple of regexes in the CBV ...Alasdair Nicol2015-04-242-2/+2
* Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra2015-04-211-8/+8
* Fixed #24439 -- Removed incorrect make_object_list attrib...Andrew Pinkham2015-03-021-4/+0
* Fixed broken links in class based views flattend index; r...Tim Graham2015-02-031-3/+3
* Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham2015-02-031-14/+4
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-032-0/+23
* Changed RedirectView.permanent to False per deprecation t...Tim Graham2015-01-181-4/+4
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+5
* Fixed #24133 -- Replaced formatting syntax in success_url...Claude Paroz2015-01-121-2/+14
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-5/+4
* Updated TemplateResponseMixin docs to reflect new behavio...Tim Graham2014-12-181-8/+11
* Fixed #21587 -- Added a warning for changing default of R...Berker Peksag2014-11-251-0/+5
* Fixed #21753 -- Raised exception when both `form_class` a...Berker Peksag2014-11-211-0/+11
* Fixed #23656 -- Made FormMixin.get_form's form_class argu...Simon Charette2014-10-311-1/+6
* Fixed #23597 -- Clarified the manager that {Single,Multip...Ismail Badawi2014-10-062-2/+4
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-8/+32
* Fixed #17638 -- Added crosslinks between topic and refere...Duane Hilton2014-09-301-2/+2
* Fixed #22154 -- Added "Built-in" to some class-based view...Tim Graham2014-08-241-3/+3
* Fixed #23343 -- Typo in docs/ref/class-based-views/generi...Tim Graham2014-08-221-1/+1
* Fixed #21801 -- Documented SingleObjectMixin.get_context_...Tim Graham2014-08-191-0/+4
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-152-0/+23
* Refs #23276 -- Added missing url() in some places.Collin Anderson2014-08-131-1/+1
* Fixed #23106 -- Updated class-based view reference title.David Hoffman2014-07-271-3/+3
* Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski2014-07-161-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-172-8/+8
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-034-40/+39
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-243-20/+4
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-4/+7
* Fixed docs typos.Szczepan Cieślik2014-02-251-1/+1
* Fixed #22113 -- changed object_name to model_name in CBV ...Marcin Sokół2014-02-222-4/+4
* Fixed #22112 -- Added RedirectView.pattern_name to CBV fl...Alasdair Nicol2014-02-211-2/+2
* Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon2014-02-092-4/+17
* Fixed #21768 -- Corrected TemplateView context section.Tim Graham2014-01-161-2/+3
* Fixed the base class note in the Date Views docs.Rocky Meza2013-11-191-1/+4
* Fixed #21396: Document backwards-incompatible change in R...Baptiste Mispelon2013-11-081-3/+14
* Fixed typos in documentation.Baptiste Mispelon2013-11-061-1/+1
* Fixed malformed directive in CBV date-based-mixins docs.Carl Meyer2013-09-271-0/+1
* Fixed #21133 --Clarifed documentation about strftime form...Curtis Maloney2013-09-211-0/+5
* Fixed #20944 -- Removed inaccurate statement about View.d...Marc Tamlyn2013-08-221-4/+0
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-195-25/+0
* Improved queryset handling and docs for (Single|Multiple)...Loic Bistuer2013-08-092-0/+16
* Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-061-1/+1