summaryrefslogtreecommitdiff
path: root/docs/topics/forms
Commit message (Expand)AuthorAgeFilesLines
* Fixed "lets" mistakes in docs.David Beitey2019-01-141-1/+1
* Used auto-numbered lists in documentation.François Freitag2018-11-151-3/+3
* Fixed #16995 -- Clarified interaction of initial and extra with model formsets.melipone2018-09-101-2/+4
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-8/+8
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-6/+0
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-122-3/+3
* Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng2018-05-022-7/+7
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+3
* Fixed typo in docs/topics/forms/media.txt.Daniel Hahler2018-03-021-1/+1
* Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.Tim Graham2018-02-081-3/+5
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-214-61/+61
* Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn2018-01-132-0/+35
* Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry2017-12-221-0/+5
* Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park2017-11-221-1/+1
* Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe2017-07-201-0/+36
* Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm2017-03-311-5/+7
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-252-7/+7
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-1/+1
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-172-14/+0
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-2/+0
* Doc'd the need to provide initial for formset submissions.Tim Graham2016-10-101-0/+5
* Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham2016-09-301-1/+2
* Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.Tim Graham2016-09-261-2/+2
* Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.Tim Graham2016-09-261-4/+4
* Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham2016-09-221-5/+11
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-1/+1
* Replaced property() usage with decorator in several places.Berker Peksag2016-08-251-2/+2
* Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham2016-08-241-0/+15
* Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.Jon Dufresne2016-06-131-1/+3
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-8/+19
* Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev2016-05-271-1/+1
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-202-9/+0
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-212-4/+9
* Fixed incorrect rendered widget in forms example.Jon Dufresne2016-04-201-1/+1
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-012-4/+4
* Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating obj...Tim Graham2016-01-261-0/+6
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-224-41/+41
* Fixed a typo in a modelforms docs example.bmsleight2016-01-091-1/+1
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+2
* Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham2015-12-232-15/+9
* Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe2015-12-101-5/+18
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-5/+5
* Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty2015-10-282-28/+28
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-1/+1
* Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.John Moses2015-10-021-0/+3
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-232-16/+0
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-211-0/+5
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+11