Jon Dufresne
|
859cd7c6b4
Fixed #22276 -- Fixed crash when formset management form is invalid.
|
4 лет назад |
meghanabhange
|
848770dd2c
Fixed #32042 -- Improved error messages for the number of submitted forms in formsets.
|
4 лет назад |
David Smith
|
162765d6c3
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
|
4 лет назад |
David Smith
|
433dd737f9
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets.
|
4 лет назад |
Nick Pope
|
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
|
4 лет назад |
Jon Dufresne
|
ef87b38ef7
Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treating data={} as unbound.
|
6 лет назад |
Demur Nodia
|
06a11ef6ec
Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: list" crash.
|
6 лет назад |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 лет назад |
Jon Dufresne
|
d7881d2020
Fixed #22229 -- Added primary key validation to BaseModelFormSet._construct_form().
|
7 лет назад |
Jon Dufresne
|
988309a1ae
Added ModelFormSet test for validation of a nonexistent PK.
|
7 лет назад |
Jon Dufresne
|
21046e7773
Fixed #28249 -- Removed unnecessary dict.keys() calls.
|
7 лет назад |
Alexander Kavanaugh
|
362fba87c9
Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
|
8 лет назад |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 лет назад |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 лет назад |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 лет назад |
Hiroki Kiyohara
|
181f492ad0
Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs in data.
|
8 лет назад |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 лет назад |
Jon Dufresne
|
2c716c1dc7
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax.
|
8 лет назад |
Adam Chainz
|
652bcc6f5f
Refs #25415 -- Fixed invalid models in the test suite.
|
9 лет назад |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 лет назад |
Jon Dufresne
|
ec6121693f
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
|
9 лет назад |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 лет назад |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 лет назад |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 лет назад |
Stanislas Guerra
|
4c2f546b55
Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.
|
10 лет назад |
Loic Bistuer
|
00a889167f
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
|
10 лет назад |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 лет назад |
Adam Taylor
|
039465a6a7
Fixed typos in code comments.
|
10 лет назад |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 лет назад |
Petras Zdanavičius
|
f7eee04ebe
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
|
10 лет назад |