Историја ревизија

Аутор SHA1 Порука Датум
  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 година