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
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-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-10-28
Fixed #21516 -- Updated imports paths for some formset functions/classes.
Bryan Marty
2015-06-05
Added release notes for feature added in fe21fb81
Russell Keith-Magee
2015-06-04
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-05-22
Fixed mistakes in docs/topics/forms/formsets.txt examples.
I am Clinton
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-05
Fixed #23955 -- Corrected formset fields in topic guide.
Young Yang
2014-09-10
Fixed typo in topics/forms/formsets.txt
Tim Graham
2014-09-08
Fixed #23307 -- Clarified the way max_num limits the output of formsets.
Octowl
2014-08-19
Removed unnecessary code-block directives.
areski
2014-06-24
Fixed #22796 -- Added a more basic explanations of forms.
Daniele Procida
2014-06-04
Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.s...
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-07-23
Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects
Tim Graham
2013-07-08
Fixed #16965 -- Clarified Formset can_delete docs.
Tim Graham
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-11
FormSet.forms is an iterable, so just iterate over it
Wilfred Hughes
2013-06-10
Fixed #20578 - Typo in BaseFormSet module name
Tim Graham
2013-05-20
Fixed #20471 - Typos in topics/forms/formsets.txt
Tim Graham
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-19
add missing imports to the examples in the 'Forms'
leandrafinger
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-15
Fixed #20263 -- Corrected wording in the formset documentation.
Simon Charette
2013-03-31
Fixed #8649 - Documented a caveat about dynamically adjusting formsets.
Tim Graham
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-19
Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-12
Fixed #19808 Capitalization error in example text
JonLoy
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-05-22
Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2011-10-04
Fixed #16985 -- corrected a few grammar errors in the docs.
Alex Gaynor
2011-09-10
Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...
Alex Gaynor
2011-09-10
Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...
Alex Gaynor
2011-08-18
Fixed #16467 -- Restored a previously correct example which was broken in [16...
Gabriel Hurley
2011-07-29
Fixed #16467 -- Corrected formset code example. Thanks, teraom.
Jannis Leidel
2011-06-18
Fixed typos introduced in r16430 and r16431. Thanks, magopian.
Jannis Leidel
2011-06-17
Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets...
Jannis Leidel
[prev]
[next]