Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/forms/formsets.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21516 -- Updated imports paths for some formset fu...Bryan Marty2015-10-281-18/+18
* Added release notes for feature added in fe21fb81Russell Keith-Magee2015-06-051-0/+2
* Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens2015-06-041-0/+39
* Fixed mistakes in docs/topics/forms/formsets.txt examples.I am Clinton2015-05-221-2/+2
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-30/+9
* Fixed #23955 -- Corrected formset fields in topic guide.Young Yang2014-12-051-1/+1
* Fixed typo in topics/forms/formsets.txtTim Graham2014-09-101-1/+1
* Fixed #23307 -- Clarified the way max_num limits the outp...Octowl2014-09-081-8/+13
* Removed unnecessary code-block directives.areski2014-08-191-6/+2
* Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida2014-06-241-1/+1
* Fixed #22747 -- Add backwards compatibility tip for new b...Tim Graham2014-06-041-0/+12
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-14/+0
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-83/+83
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-2/+2
* Don't show `self` in the list of arguments of a method.Baptiste Mispelon2014-01-221-1/+1
* Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor2013-09-191-3/+44
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #10284 -- ModelFormSet.save(commit=False) no longer...Tim Graham2013-07-231-8/+26
* Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham2013-07-081-3/+10
* Fixed #20464 -- Added a `total_error_count` method on for...Baptiste Mispelon2013-06-161-0/+17
* FormSet.forms is an iterable, so just iterate over itWilfred Hughes2013-06-111-2/+1
* Fixed #20578 - Typo in BaseFormSet module nameTim Graham2013-06-101-1/+1
* Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham2013-05-201-3/+3
* Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-1/+2
* add missing imports to the examples in the 'Forms'leandrafinger2013-05-191-0/+26
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-0/+2
* Fixed #20263 -- Corrected wording in the formset document...Simon Charette2013-04-151-1/+1
* Fixed #8649 - Documented a caveat about dynamically adjus...Tim Graham2013-03-311-1/+4
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-9/+69
* Fixed #19686 -- Added HTML5 number input typeClaude Paroz2013-02-231-3/+3
* Added a default limit to the maximum number of forms in a...Aymeric Augustin2013-02-191-2/+2
* Fixed #19808 Capitalization error in example textJonLoy2013-02-121-1/+1
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-0/+2
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-1/+1
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-13/+3
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-6/+1
* Fixed #18244 -- Documented that formset.has_changed is a ...Claude Paroz2012-05-221-0/+2
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-8/+8
* Added support for specifying initial values to model form...Ramiro Morales2012-01-151-0/+2
* Fixed #16985 -- corrected a few grammar errors in the docs.Alex Gaynor2011-10-051-3/+3
* Fixed #11404. Added ``FormSet.has_changed``, for consist...Alex Gaynor2011-09-101-0/+14
* Make ``Formset.__getitem__`` O(1), rather than O(n). If ...Alex Gaynor2011-09-101-0/+4
* Fixed #16467 -- Restored a previously correct example whi...Gabriel Hurley2011-08-181-4/+4
* Fixed #16467 -- Corrected formset code example. Thanks, t...Jannis Leidel2011-07-291-4/+4
* Fixed typos introduced in r16430 and r16431. Thanks, mago...Jannis Leidel2011-06-181-1/+1
* Fixed #16126 -- Added documentation about DELETE and ORDE...Jannis Leidel2011-06-171-0/+27
* Changed 'raise' statements to new style syntax in documen...Ramiro Morales2011-03-171-1/+1
* Fixed #14000 - remove versionadded/changed tags for Djang...Timo Graham2010-12-261-2/+0
* Corrected a markup error introduced in r14986.Russell Keith-Magee2010-12-191-1/+1