コミット履歴

作者 SHA1 メッセージ 日付
  Marc Seguí Coll 262fde94de Fixed #33622 -- Allowed customizing error messages for invalid number of forms. 2 年 前
  David Smith ec5659382a Fixed #32339 -- Added div.html form template. 2 年 前
  Carlton Gibson 476d4d5087 Refs #32339 -- Allowed renderer to specify default form and formset templates. 2 年 前
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 3 年 前
  Joel Farthing 2f14432375 Fixed #33128 -- Corrected possessive 's usage in FormSet docs. 3 年 前
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 年 前
  David Smith 456466d932 Fixed #31026 -- Switched form rendering to template engine. 3 年 前
  Ties Jan Hefting 4f3acf9579 Fixed #32984 -- Allowed customizing a deletion field widget in formsets. 3 年 前
  Ties Jan Hefting 84400d2e9d Fixed #32905 -- Added CSS class for non-form errors of formsets. 3 年 前
  Jon Dufresne d3b3eb860d Removed forms-MAX_NUM_FORMS POST data in docs 4 年 前
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 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 e2e34f4de3 Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms. 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 年 前
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 年 前
  François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 5 年 前
  Ken Whitesell 4c762588ff Fixed #30917 -- Clarified formsets topic documentation. 5 年 前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年 前
  Mariusz Felisiak 5ab75adb90 Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. 5 年 前
  Tobias Kunze d610521bff Fixed #14009 -- Fixed custom formset validation example in docs. 6 年 前
  Hasan Ramezani 5fc5d93512 Fixed #29956 -- Allowed overriding an order field widget in formsets. 6 年 前
  David Beitey 885cb0d390 Fixed "lets" mistakes in docs. 6 年 前
  CHI Cheng 4660ce5a69 Fixed #29375 -- Removed empty action attribute on HTML forms. 7 年 前
  Jon Dufresne ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. 7 年 前
  jaywelborn 56e590cc0b Fixed #28761 -- Documented how an inline formset's prefix works. 7 年 前
  Vytis Banaitis 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 年 前
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年 前
  Tim Graham 80f5a4d87a Doc'd the need to provide initial for formset submissions. 8 年 前