Luke Plant
|
f026a519ae
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
|
12 anos atrás |
Andrew Gorcester
|
f9ab543720
Fixed #20084 -- Provided option to validate formset max_num on server.
|
12 anos atrás |
Aymeric Augustin
|
35c991aa06
Added a default limit to the maximum number of forms in a formset.
|
12 anos atrás |
Alex Hunley
|
976dc07baf
Removed a misleading examples from documentations ala ticket #19719
|
12 anos atrás |
Nick Sandford
|
93e79b45bc
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelformset_factory
|
12 anos atrás |
Tim Graham
|
5b2d9bacd2
Fixed #19640 - Added inlineformset_factory to reference docs.
|
12 anos atrás |
Tim Graham
|
71d76ec011
Fixed #10239 - Added docs for modelform_factory
|
12 anos atrás |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 anos atrás |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 anos atrás |
Claude Paroz
|
8248d14029
Removed US localflavor-specific tests from core
|
12 anos atrás |
Tim Graham
|
d3fd8a1512
Fixed #15591 - Clarified interaction between ModelForm and model validation.
|
12 anos atrás |
Tim Graham
|
fd02bcff4a
Fixed #18548 - Clarified note regarding reusing model instances when form validation fails.
|
12 anos atrás |
Nick Martini
|
571698997f
fixing modelforms example code, ticket #18832
|
12 anos atrás |
Tim Graham
|
3fd89d9903
Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if the form is invalid.
|
12 anos atrás |
Tim Graham
|
ebbc414d17
Fixed #16168 - Added note regarding type requirements when overridng ModelForm fields.
|
12 anos atrás |
Claude Paroz
|
19a810b18c
Fixed #14917 -- Hinted that view should redirect after form post success
|
12 anos atrás |
Aymeric Augustin
|
33999d9871
Fixed #18445 -- Added a links in the docs.
|
13 anos atrás |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
13 anos atrás |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 anos atrás |
Aymeric Augustin
|
9ed6e08ff9
Removed deprecated URLField.verify_exists.
|
13 anos atrás |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 anos atrás |
Ramiro Morales
|
e308cfc0e1
Added support for specifying initial values to model formsets and inline formsets.
|
13 anos atrás |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 anos atrás |
Paul McMillan
|
4f109fcbff
Fixed 11674 -- Clarified docs on excluded fields of ModelForms.
|
13 anos atrás |
Jannis Leidel
|
566b3295fa
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
|
13 anos atrás |
Timo Graham
|
0350d65fa4
Fixed #16513 - Add forms import to example; thanks teraom.
|
13 anos atrás |
Jannis Leidel
|
2a122be0fc
Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets. Many thanks to Aleksandra Sendecka.
|
13 anos atrás |
Jannis Leidel
|
ce3c281090
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
|
14 anos atrás |
Timo Graham
|
fc508fd5d2
Fixed #15990 - Simplified a sentence regarding form validation for ModelForms; thanks jblaine for the suggestion.
|
14 anos atrás |
Russell Keith-Magee
|
d1290b5b43
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.
|
14 anos atrás |