summaryrefslogtreecommitdiff
path: root/django/forms
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Fixed super() call in deprecated renderers.HEADmainCarlton Gibson2023-05-171-2/+2
* Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak2023-05-031-1/+25
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-3/+17
* Avoided creating default form fields in fields_for_model() when declared on f...Mariusz Felisiak2023-04-271-2/+10
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-0/+3
* Fixed #34077 -- Added form field rendering.David Smith2023-03-248-29/+58
* Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.Jure Slak2023-03-221-0/+2
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-0/+3
* Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is d...Laurens Verhoeven2023-02-201-1/+3
* Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing...Bakdolot2023-02-071-1/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #32528 -- Simplified Media.merge().Nick Pope2023-01-191-12/+5
* Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope2023-01-191-6/+6
* Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak2023-01-181-8/+18
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-177-31/+2
* Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak2023-01-171-12/+0
* Refs #31026 -- Removed BaseForm._html_output() per deprecation timeline.Mariusz Felisiak2023-01-171-94/+0
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-3/+1
* Fixed #34119 -- Prevented callable default hidden widget value from being ove...David Sanders2022-11-181-1/+9
* Fixed #34148 -- Reverted "Fixed #32901 -- Optimized BaseForm.__getitem__()."Francesco Panico2022-11-181-7/+3
* Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord2022-11-041-2/+3
* Used more augmented assignment statements.Nick Pope2022-10-313-4/+4
* Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...Marcelo Galigniana2022-10-251-4/+2
* Fixed #33995 -- Fixed FormSet.empty_form crash when empty_permitted is passed...DevilsAutumn2022-09-091-7/+8
* Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.Neeraj Kumar2022-08-251-0/+1
* Fixed #31721 -- Allowed ModelForm meta to specify form fields.Kamil Turek2022-08-081-10/+3
* Fixed #33876, Refs #32229 -- Made management forms render with div.html templ...Carlton Gibson2022-08-021-0/+2
* Fixed #33822 -- Fixed save() crash on model formsets when not created by mode...Shawn Dong2022-07-051-0/+1
* Fixed documentation of Widget.id_for_label() empty return value.Swann2022-06-031-2/+2
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-172-5/+51
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-121-3/+11
* Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll2022-05-101-13/+13
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-1/+2
* Fixed #32339 -- Added div.html form template.David Smith2022-05-057-0/+56
* Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson2022-04-273-2/+12
* Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.L2022-04-261-2/+2
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-302-0/+11
* Used sets for field names for exclusion.Gagaro2022-03-161-7/+7
* Fixed #29490 -- Added support for object-based Media CSS and JS paths.Claude Paroz2022-02-101-2/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-078-895/+1420
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+6
* Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev2022-01-271-3/+10
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-221-1/+1
* Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David2022-01-076-6/+6
* Refs #24121 -- Added __repr__() to BaseFormSet.Baptiste Mispelon2021-12-211-0/+16
* Fixed typo in django/forms/widgets.py.vavanade2021-12-211-1/+1
* Moved ManagementForm's fields to class attributes.Adam Johnson2021-12-101-9/+7
* Refs #32338 -- Added Boundfield.legend_tag().David Smith2021-12-093-3/+16
* Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith2021-11-051-3/+1