summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views/generic-editing.txt
AgeCommit message (Expand)Author
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-11Corrected code examples in topics docs.Rohit
2024-11-26Added missing backticks to class-based views docs.Adam Zapletal
2024-09-09Fixed #35631 -- Added HttpRequest.get_preferred_type().Jake Howard
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2020-01-24Refs #30997 -- Added HttpRequest.accepts().Claude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-01-31Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
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
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-08-19Removed unnecessary code-block directives.areski
2014-07-31Used JsonResponse in CBV examples.Loic Bistuer
2014-05-05Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2013-06-23Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-22Fixed #20270 -- Fixed error in AjaxResponseMixin documentationBaptiste Mispelon
2013-01-29Fixed #19690 - Removed unused importLucian Ursu
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-13Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-09-17Add example of AJAX form submission.Marc Tamlyn
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel