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
/
forms
/
formsets.txt
Age
Commit message (
Expand
)
Author
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
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
2024-12-02
Fixed #35964 -- Cleaned up can_order and can_delete formset examples.
antoliny0919
2024-11-18
Refs #32339 -- Updated formset docs to reflect default rendering as as_div.
antoliny0919
2024-11-13
Fixed #35843 -- Clarified formset docs about reordering forms.
Clifford Gama
2024-03-08
Corrected code-block directives in topics/forms/formsets.txt.
Mitchina
2023-08-23
Improved formset docs by using a set instead of a list in the custom validati...
Luca Allulli
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-15
Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...
David Smith
2023-02-15
Refs #32339 -- Doc'd BaseFormSet.as_div()
David Smith
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-11-24
Adjusted BaseFormSet.get_form_kwargs example in docs.
Riccardo Magliocchetti
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-10
Fixed #33622 -- Allowed customizing error messages for invalid number of forms.
Marc SeguĂ Coll
2022-05-05
Fixed #32339 -- Added div.html form template.
David Smith
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
2021-12-28
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-09-22
Fixed #33128 -- Corrected possessive 's usage in FormSet docs.
Joel Farthing
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-08-03
Fixed #32984 -- Allowed customizing a deletion field widget in formsets.
Ties Jan Hefting
2021-07-15
Fixed #32905 -- Added CSS class for non-form errors of formsets.
Ties Jan Hefting
2020-12-23
Removed forms-MAX_NUM_FORMS POST data in docs
Jon Dufresne
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-11-05
Fixed #22276 -- Fixed crash when formset management form is invalid.
Jon Dufresne
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-08-18
Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.
David Smith
2020-06-24
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-05
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2019-10-30
Fixed #30917 -- Clarified formsets topic documentation.
Ken Whitesell
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-03
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
Mariusz Felisiak
2019-04-16
Fixed #14009 -- Fixed custom formset validation example in docs.
Tobias Kunze
2019-03-21
Fixed #29956 -- Allowed overriding an order field widget in formsets.
Hasan Ramezani
2019-01-14
Fixed "lets" mistakes in docs.
David Beitey
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-13
Fixed #28761 -- Documented how an inline formset's prefix works.
jaywelborn
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-10-10
Doc'd the need to provide initial for formset submissions.
Tim Graham
2016-09-26
Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Tim Graham
2016-09-26
Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
[next]