Baptiste Mispelon
|
79e1d6ebd7
Don't show `self` in the list of arguments of a method.
|
11 жил өмнө |
yokomizor
|
df27803a55
Fixed #9532 -- Added min_num and validate_min on formsets.
|
12 жил өмнө |
Tim Graham
|
18ffdb1772
Fixed #17627 -- Renamed util.py files to utils.py
|
11 жил өмнө |
Tim Graham
|
65e03a424e
Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects
|
11 жил өмнө |
Tim Graham
|
660c30ed95
Fixed #16965 -- Clarified Formset can_delete docs.
|
11 жил өмнө |
Baptiste Mispelon
|
1b7634a0d0
Fixed #20464 -- Added a `total_error_count` method on formsets.
|
11 жил өмнө |
Wilfred Hughes
|
b79aa796d8
FormSet.forms is an iterable, so just iterate over it
|
11 жил өмнө |
Tim Graham
|
9ff5f100dd
Fixed #20578 - Typo in BaseFormSet module name
|
11 жил өмнө |
Tim Graham
|
2fd61285d1
Fixed #20471 - Typos in topics/forms/formsets.txt
|
12 жил өмнө |
Ryan Kaskel
|
4280217f31
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
|
12 жил өмнө |
leandrafinger
|
08b501e7d3
add missing imports to the examples in the 'Forms'
|
12 жил өмнө |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 жил өмнө |
Simon Charette
|
1de63cccb1
Fixed #20263 -- Corrected wording in the formset documentation.
|
12 жил өмнө |
Tim Graham
|
4a1d425cfe
Fixed #8649 - Documented a caveat about dynamically adjusting formsets.
|
12 жил өмнө |
Andrew Gorcester
|
f9ab543720
Fixed #20084 -- Provided option to validate formset max_num on server.
|
12 жил өмнө |
Claude Paroz
|
7ec2a21be1
Fixed #19686 -- Added HTML5 number input type
|
12 жил өмнө |
Aymeric Augustin
|
35c991aa06
Added a default limit to the maximum number of forms in a formset.
|
12 жил өмнө |
JonLoy
|
74003ca36b
Fixed #19808 Capitalization error in example text
|
12 жил өмнө |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 жил өмнө |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 жил өмнө |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 жил өмнө |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 жил өмнө |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 жил өмнө |
Claude Paroz
|
6219591f2e
Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.
|
13 жил өмнө |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 жил өмнө |
Ramiro Morales
|
e308cfc0e1
Added support for specifying initial values to model formsets and inline formsets.
|
13 жил өмнө |
Alex Gaynor
|
749f0721c4
Fixed #16985 -- corrected a few grammar errors in the docs.
|
13 жил өмнө |
Alex Gaynor
|
d14bf8c62b
Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has_changed``. Thanks to michelts for the patch.
|
13 жил өмнө |
Alex Gaynor
|
01b0eb50fd
Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__iter__`` you now need to also override ``__getitem__`` for consistant behavior. Thanks to Carl and Russ for the review.
|
13 жил өмнө |
Gabriel Hurley
|
bdd1409eea
Fixed #16467 -- Restored a previously correct example which was broken in [16564]. Thanks to dmclain for pointing out that the original example was correct.
|
13 жил өмнө |