summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views/mixins.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush2023-03-221-5/+5
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-15/+33
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-2/+2
* Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith2021-10-181-1/+1
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-021-20/+20
* Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri2021-02-081-1/+1
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-7/+6
* Removed leftover word in CBV mixins docs.Claude Paroz2019-12-041-3/+3
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-31/+28
* Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins...Davit Gachechiladze2019-07-181-8/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-4/+4
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-2/+2
* Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla2017-07-061-1/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-9/+8
* Fixed typo in docs/topics/class-based-views/mixins.txteltronix2016-04-181-1/+1
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-3/+3
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-10/+10
* Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma2016-01-111-2/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-3/+3
* Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff2015-08-181-3/+2
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
* Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette2014-10-301-4/+2
* Removed unnecessary code-block directives.areski2014-08-191-13/+9
* Used JsonResponse in CBV examples.Loic Bistuer2014-07-311-8/+8
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed some typos and formatting issues in docs.Rodolfo Carvalho2014-03-031-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-02-281-1/+1
* Fixed doc typos.Tim Graham2014-02-281-1/+1
* Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół2014-02-221-2/+2
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-2/+0
* Fixed #20852 - Fixed incorrectly generated left quotes in docs.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-271-1/+1
* Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon2013-07-011-13/+12
* Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer2013-06-261-13/+14
* Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docsBaptiste Mispelon2013-06-241-17/+27
* Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon2013-06-231-56/+46
* Fixed order of base classes in CBV mixin docsDanilo Bargen2013-06-131-3/+3
* Add missing imports and models to the examples in the view layer documentationSilvan Spross2013-05-181-0/+8
* Added missing markup to docs.Tim Graham2013-03-221-1/+1
* Fixed #16807 - Added a class-based views intro.Tim Graham2013-02-271-1/+0
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-92/+100
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-20/+19
* Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham2012-09-201-2/+0
* Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...Tim Graham2012-08-251-35/+115
* Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel2012-06-111-0/+605