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