Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
13 rokov pred |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 rokov pred |
Aymeric Augustin
|
9ed6e08ff9
Removed deprecated URLField.verify_exists.
|
13 rokov pred |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 rokov pred |
Ramiro Morales
|
e308cfc0e1
Added support for specifying initial values to model formsets and inline formsets.
|
13 rokov pred |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 rokov pred |
Paul McMillan
|
4f109fcbff
Fixed 11674 -- Clarified docs on excluded fields of ModelForms.
|
13 rokov pred |
Jannis Leidel
|
566b3295fa
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
|
13 rokov pred |
Timo Graham
|
0350d65fa4
Fixed #16513 - Add forms import to example; thanks teraom.
|
13 rokov pred |
Jannis Leidel
|
2a122be0fc
Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets. Many thanks to Aleksandra Sendecka.
|
13 rokov pred |
Jannis Leidel
|
ce3c281090
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
|
14 rokov pred |
Timo Graham
|
fc508fd5d2
Fixed #15990 - Simplified a sentence regarding form validation for ModelForms; thanks jblaine for the suggestion.
|
14 rokov pred |
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 rokov pred |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 rokov pred |
Russell Keith-Magee
|
7adffaeaf6
Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch.
|
14 rokov pred |
Timo Graham
|
22d4ecb19b
Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.
|
14 rokov pred |
Gabriel Hurley
|
d371142001
Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report.
|
14 rokov pred |
Gabriel Hurley
|
548b6c7e69
Fixed #14392 -- Changed ModelForm.fields and ModelForm.exclude examples to use tuples instead of lists since they were used inconsistently throughout the page (it wasn't hurting anything, but consistency is nice). Thanks to lspcity for the report and gruszczy for the patch.
|
14 rokov pred |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 rokov pred |
Russell Keith-Magee
|
50e3aa03e6
Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claudep for the report.
|
14 rokov pred |
Russell Keith-Magee
|
10b5f38593
Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report.
|
15 rokov pred |
Karen Tracey
|
8e7d2d2e68
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
|
15 rokov pred |
Russell Keith-Magee
|
d0d3e6792d
Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley.
|
15 rokov pred |
Russell Keith-Magee
|
e34ca2b1e2
Fixed #13269 -- Added clarifying import statement to widget override docs. Thanks to mattrowbum for the report, and Gabriel Hurley for the patch.
|
15 rokov pred |
Russell Keith-Magee
|
ee6d5521e9
Fixed #12691 -- Added a versionadded tag to the description of widget overrides in forms. Thanks to danielr for the report.
|
15 rokov pred |
Jannis Leidel
|
aba95dcc0b
Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch.
|
15 rokov pred |
Joseph Kocherhans
|
fa6c967438
Fixed #12896. Documented the new side-effects of ModelForm validation.
|
15 rokov pred |
Jannis Leidel
|
a0bae6ebb8
Updated formset docs to contain the new management form field for max_num values.
|
15 rokov pred |
Joseph Kocherhans
|
2f9853b2dc
Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.
|
15 rokov pred |
Adrian Holovaty
|
9bb1fa7251
Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare thanks to isagalaev.
|
15 rokov pred |