summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/generic-editing.txt
AgeCommit message (Expand)Author
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-02-08Fixed #32430 -- Doc'd base class-based views.Anil Khatri
2021-02-08Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
2018-05-25Mentioned SuccessMessageMixin in generic editing views docs.Claude Paroz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-03-18Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2014-02-09Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-13Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
2012-07-15Changed myapps.models.py to myapps/models.pyDaniel Greenfeld
2012-07-15Added mention in MRO section about method/attribute inheritence. Added simple...Daniel Greenfeld
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel