Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/forms
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21894 -- Corrected a form.clean() example in case ...Tim Graham2015-10-211-10/+18
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-244-50/+9
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-8/+0
* Added some more links in form field docsClaude Paroz2015-09-231-5/+6
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-212-75/+160
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-162-0/+45
* Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham2015-08-141-2/+2
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+9
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-161-0/+11
* Refs #24219 -- Removed inaccurate sentence after move of ...Tim Graham2015-07-151-2/+1
* Fixed typo in SelectDateWidget docs.Tim Graham2015-07-151-1/+1
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-3/+17
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #24948 -- Fixed crash when uploading bitmap images ...Andriy Sokolovskiy2015-06-161-5/+8
* Used PEP 8 style indentation in forms docs.Nick Smith2015-06-113-24/+31
* Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham2015-06-081-2/+5
* Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol2015-06-041-2/+12
* Fixed typos in docs/ref/forms/widgets.txtI am Clinton2015-05-261-2/+2
* Fixed #24788 -- Allowed Forms to specify a prefix at the ...Paweł Marczewski2015-05-261-0/+10
* Minor edits to docs/ref/forms/validation.txtI am Clinton2015-05-251-19/+18
* Fixed typos in docs/ref/forms/fields.txtI am Clinton2015-05-251-4/+4
* Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm2015-05-061-0/+17
* Fixed #5986 -- Added ability to customize order of Form f...Thomas Tanner2015-03-161-0/+25
* Fixed #24295 -- Allowed ModelForm meta to specify form fi...Loic Bistuer2015-02-131-7/+22
* Fixed typos in docs/ref/forms/validation.txt.minusf2015-02-031-2/+2
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-025-37/+5
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-271-6/+9
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-16/+0
* Removed support for SplitDateTimeWidget with DateTimeFiel...Tim Graham2015-01-181-6/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+17
* Corrected example in Form.has_changed() docs.Tim Graham2014-12-051-1/+1
* Fixed incorrect use of rst section heirarchy in form fiel...Elena Williams2014-12-021-1/+1
* Added missing backticks to form validation docsAlasdair Nicol2014-11-201-1/+1
* Removed confusing paragraph from the docs.Loic Bistuer2014-11-051-7/+0
* Fixed #13181 -- Added support for callable choices to for...Peter Inglesby2014-11-041-4/+10
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-041-1/+1
* Fixed #17638 -- Added crosslinks between topic and refere...Duane Hilton2014-09-303-3/+10
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+14
* Fixed #23391 -- Removed an erroneous backtip from the for...Simon Charette2014-09-011-1/+1
* Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz2014-08-291-1/+6
* Fixed #23354 -- Documented that ModelChoiceField to_field...Tim Graham2014-08-271-2/+4
* Fixed #23250 -- Documented that ModelMultipleChoiceField ...Tim Graham2014-08-261-0/+11
* Removed unnecessary code-block directives.areski2014-08-191-4/+2
* Fixed some doc errors that caused syntax highlighting to ...Tim Graham2014-08-191-2/+2
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-152-1/+21
* Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma2014-08-141-1/+1
* Fixed #21792 -- Documented Form.has_changed()Tim Graham2014-08-051-0/+25
* Fixed #23169 - Misc docs fixes.areski2014-08-042-6/+6
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-4/+7
* Fixed #23103 -- Annotated ImageField file with image and ...Petras Zdanavičius2014-08-011-0/+9