提交历史

作者 SHA1 备注 提交日期
  vgolubev e87f57fdb8 Fixed #26142 -- Allowed model formsets to prevent new object creation. 3 年之前
  David Smith eba9a9b7f7 Refs #32338 -- Added Boundfield.legend_tag(). 3 年之前
  David Smith 456466d932 Fixed #31026 -- Switched form rendering to template engine. 3 年之前
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 4 年之前
  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 年之前