Commit History

Author SHA1 Message Date
  antoliny0919 32b9e00b0c Fixed #35964 -- Cleaned up can_order and can_delete formset examples. 3 months ago
  antoliny0919 c56e1273a9 Refs #32339 -- Updated formset docs to reflect default rendering as as_div. 3 months ago
  Clifford Gama 299b072498 Fixed #35843 -- Clarified formset docs about reordering forms. 3 months ago
  Mitchina 2d3531af23 Corrected code-block directives in topics/forms/formsets.txt. 11 months ago
  Luca Allulli c59be9f1da Improved formset docs by using a set instead of a list in the custom validation example. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
  David Smith 232b60a21b Refs #32339 -- Updated docs to reflect default <div> style form rendering in Django 5.0. 2 years ago
  David Smith 4038a8df0b Refs #32339 -- Doc'd BaseFormSet.as_div() 2 years ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 years ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 2 years ago
  Riccardo Magliocchetti df2db8b4a5 Adjusted BaseFormSet.get_form_kwargs example in docs. 2 years ago
  Carlton Gibson ca1c3151c3 Removed versionadded/changed annotations for 4.0. 2 years ago
  Marc Seguí Coll 262fde94de Fixed #33622 -- Allowed customizing error messages for invalid number of forms. 2 years ago
  David Smith ec5659382a Fixed #32339 -- Added div.html form template. 2 years ago
  Carlton Gibson 476d4d5087 Refs #32339 -- Allowed renderer to specify default form and formset templates. 2 years ago
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 3 years ago
  Joel Farthing 2f14432375 Fixed #33128 -- Corrected possessive 's usage in FormSet docs. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  David Smith 456466d932 Fixed #31026 -- Switched form rendering to template engine. 3 years ago
  Ties Jan Hefting 4f3acf9579 Fixed #32984 -- Allowed customizing a deletion field widget in formsets. 3 years ago
  Ties Jan Hefting 84400d2e9d Fixed #32905 -- Added CSS class for non-form errors of formsets. 3 years ago
  Jon Dufresne d3b3eb860d Removed forms-MAX_NUM_FORMS POST data in docs 4 years ago
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 years ago
  Jon Dufresne 859cd7c6b4 Fixed #22276 -- Fixed crash when formset management form is invalid. 4 years ago
  meghanabhange 848770dd2c Fixed #32042 -- Improved error messages for the number of submitted forms in formsets. 4 years ago
  David Smith e2e34f4de3 Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms. 4 years ago
  David Smith 162765d6c3 Fixed #9061 -- Allowed FormSets to disable deleting extra forms. 4 years ago
  David Smith 433dd737f9 Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets. 4 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 5 years ago