Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/class-based-views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-231-0/+5
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-10/+0
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-1/+21
* Used consistent capitalization and hyphenation of "class-...Anton Strogonoff2015-08-194-7/+6
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-011-2/+12
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-2/+2
* Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann2015-06-171-23/+0
* Fixed typo in docs/topics/class-based-views/intro.txtAnton2015-04-201-4/+3
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-4/+3
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
* Fixed #21753 -- Raised exception when both `form_class` a...Berker Peksag2014-11-211-0/+9
* Fixed #23656 -- Made FormMixin.get_form's form_class argu...Simon Charette2014-10-311-4/+2
* Fixed #22154 -- Added "Built-in" to some class-based view...Tim Graham2014-08-241-3/+3
* Removed unnecessary code-block directives.areski2014-08-192-27/+35
* Used JsonResponse in CBV examples.Loic Bistuer2014-07-312-18/+11
* Fixed #22575 -- Fixed typo in docs/topics/class-based-vie...Tim Graham2014-05-051-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-173-4/+4
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-035-39/+39
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-8/+7
* Amended login required mixin documentation to honor **ini...Simon Charette2014-03-171-2/+3
* Fixed #22006 -- Documented how to write a login_required ...Tim Graham2014-03-171-0/+23
* Fixed some typos and formatting issues in docs.Rodolfo Carvalho2014-03-031-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-1/+1
* Fixed doc typos.Tim Graham2014-02-282-2/+2
* Fixed #22113 -- changed object_name to model_name in CBV ...Marcin Sokół2014-02-221-2/+2
* Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak2014-02-221-3/+3
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-131-4/+2
* Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma2013-10-141-3/+4
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-2/+0
* Fixed #20890 -- Added missing import in class-based view ...Tim Graham2013-08-111-0/+1
* Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-061-1/+1
* Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham2013-07-281-1/+1
* Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-051-0/+2
* Fixed #20659 -- Fixed PublisherDetail in CBV topic docume...Baptiste Mispelon2013-07-011-13/+12
* Fixed #20658 -- Fixed bad reST formatting and missing par...Loic Bistuer2013-06-261-13/+14
* Fixed #20643 -- Fixed implementation of JSONResponseMixin...Baptiste Mispelon2013-06-241-17/+27
* Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon2013-06-234-68/+66
* Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon2013-06-211-9/+6
* Fixed order of base classes in CBV mixin docsDanilo Bargen2013-06-131-3/+3
* Add missing imports and models to the examples in the vie...Silvan Spross2013-05-183-2/+13
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-20/+17
* Fixed #20270 -- Fixed error in AjaxResponseMixin document...Baptiste Mispelon2013-04-221-3/+8
* Fixed #20266 -- Updated view example in CBV introductionClaude Paroz2013-04-161-1/+1
* Added missing markup to docs.Tim Graham2013-03-221-1/+1
* Fixed an erroneous import in example code.Pablo Sanfilippo2013-03-131-2/+2
* Fix Typo explicitly. Fixes #19971Tobias Carlander2013-03-031-1/+1
* Fixed #19937 - Typo in class-based views intro.Tim Graham2013-02-281-1/+1
* Fixed #16807 - Added a class-based views intro.Tim Graham2013-02-273-66/+290