Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/forms
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed #17888 -- no longer silence exceptions inside of ↵Alex Gaynor2012-09-071-0/+4
|/ | | | check_test. Thanks to brutasse for the patch.
* Fixed #5524 -- Do not remove cleaned_data when a form ↵Claude Paroz2012-08-042-13/+18
| | | | | | | | fails validation cleaned_data is no longer deleted when form validation fails but only contains the data that did validate. Thanks to the various contributors to this patch (see ticket).
* Fixed #18374 -- Explained "corrupt image" errorAymeric Augustin2012-07-081-1/+5
| | | | Thanks fabian and charettes.
* Fixed a documentation typo on the widget page.Tim Saylor2012-06-191-1/+1
|
* Fixed #18445 -- Added a links in the docs.Aymeric Augustin2012-06-071-0/+2
| | | | Thanks Audrey Roy for the patch.
* Fixed #18269 -- Applied unicode_literals for Python 3 ↵Claude Paroz2012-06-072-4/+2
| | | | | | | compatibility. Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-073-21/+0
| | | | Thanks Florian Apolloner for the patch.
* Replaced documentation snippets using "gender" with less ↵Jacob Kaplan-Moss2012-06-061-2/+0
| | | | sensitive examples.
* Fixed #17950 -- Warned about usability limits of ↵Aymeric Augustin2012-05-101-2/+6
| | | | | | ModelChoiceField. Thanks poirier for the report.
* Replaced print statement by print function (forward ↵Claude Paroz2012-04-302-41/+41
| | | | compatibility syntax).
* Fixed #5893 -- Added a flag to FilePathField to allow ↵Alex Gaynor2012-04-221-0/+17
| | | | | | listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed deprecated URLField.verify_exists.Aymeric Augustin2012-03-311-15/+1
| | | | | | | | The deprecation schedule was slightly accelerated because of possible security ramifications. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17182 -- Changed best practice documentation for ↵Jannis Leidel2012-02-041-2/+5
| | | | | | Form.clean to use super() instead of relying on self.cleaned_data. Thanks, DrMeers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed BoundField.subwidgets() to return SubWidget ↵Adrian Holovaty2011-12-081-2/+35
| | | | | | objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) git-svn-id: http://code.djangoproject.com/svn/django/trunk@17175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Made BoundFields iterable, so that you can iterate over ↵Adrian Holovaty2011-12-071-1/+36
| | | | | | individual radio buttons of a RadioSelect in a template git-svn-id: http://code.djangoproject.com/svn/django/trunk@17173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed many more ReST indentation errors, somehow ↵Luke Plant2011-10-144-396/+380
| | | | | | accidentally missed from [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some improper quotes in the form fields reference doc.Julien Phalip2011-09-121-3/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16291 -- Documented that TypedChoiceField does ↵Julien Phalip2011-09-121-1/+3
| | | | | | not coerce empty_value. Thanks to vanschelven and taavi223. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Corrected documentation inconsistencies regarding ↵Carl Meyer2011-09-101-3/+3
| | | | | | deprecation of URLField.verify_exists. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Altered the behavior of URLField to avoid a potential ↵Russell Keith-Magee2011-09-101-0/+5
| | | | | | DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted links to external topics so they use ↵Ramiro Morales2011-09-041-6/+4
| | | | | | | | | | | intersphinx extension markup. This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16602 - Added forms.widgets TOC links to docs; ↵Timo Graham2011-08-211-0/+61
| | | | | | thanks kencochrane. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16591 -- Fixed some mismatched variable names in ↵Gabriel Hurley2011-08-191-5/+5
| | | | | | a widgets reference example. Thanks to santi.romero, el barto, and julien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16621 -- Fixed lots of typos in the docs. Thanks, ↵Jannis Leidel2011-08-131-2/+2
| | | | | | Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16434 - corrected "django.forms.widgets.extras" ↵Timo Graham2011-07-091-3/+3
| | | | | | to "django.forms.extras.widgets"; thanks rfk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16264 -- Improved form widget documentation. Many ↵Jannis Leidel2011-06-162-98/+257
| | | | | | thanks to Bas Peschier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #811 -- Added support for IPv6 to forms and model ↵Jannis Leidel2011-06-111-0/+39
| | | | | | fields. Many thanks to Erik Romijn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15992 -- Added more references to settings. ↵Jannis Leidel2011-05-291-1/+1
| | | | | | Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16014 -- numerous documentation typos -- thanks ↵Simon Meers2011-05-131-1/+1
| | | | | | psmith. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13584 -- Optionally allow empty files with ↵Chris Beaven2011-04-221-1/+6
| | | | | | django.forms.FileField. Thanks for the patch erickr and closedbracket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some ReST errors from e-mail -> email change in ↵Adrian Holovaty2011-04-013-8/+8
| | | | | | docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet) git-svn-id: http://code.djangoproject.com/svn/django/trunk@15968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed e-mail to email throughout documentation and ↵Adrian Holovaty2011-04-013-24/+24
| | | | | | codebase. The one exception is translation strings, which I didn't want to disrupt git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed typo in forms API documentation.Simon Meers2011-03-231-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fix the documentation of BoundField.value() to reference ↵Chris Beaven2011-03-071-3/+3
| | | | | | the correct method name git-svn-id: http://code.djangoproject.com/svn/django/trunk@15772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15492 -- Documented the `invalid_date` and ↵Gabriel Hurley2011-02-271-1/+2
| | | | | | `invalid_time` error keys for !SplitDateTimeField. Thanks to lode for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15233 -- reST/Sphinx markup corrections in ↵Gabriel Hurley2011-02-161-0/+3
| | | | | | numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15204 - Update form examples for rendering of the ↵Timo Graham2011-02-021-3/+3
| | | | | | help_text; thanks prestontimmons. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15191 - typo in form validation docs; thanks ↵Timo Graham2011-01-301-1/+1
| | | | | | berto for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11496 - note that DecimalField max/min_value ↵Timo Graham2010-12-281-1/+2
| | | | | | should be type(decimal.Decimal); thanks adamv. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #12398 - TypedMultipleChoiceField is new in Django 1.3Timo Graham2010-12-281-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14708 - Document available keys for form field ↵Timo Graham2010-12-281-1/+21
| | | | | | error messages; thanks adamv. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-263-42/+0
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks ↵Russell Keith-Magee2010-12-051-5/+24
| | | | | | to Tai Lee. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixes #10427 -- Abstract the value generation of a ↵Chris Beaven2010-11-281-42/+55
| | | | | | BoundField git-svn-id: http://code.djangoproject.com/svn/django/trunk@14734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixes #14759 -- document the 'years' argument for ↵Chris Beaven2010-11-231-0/+7
| | | | | | SelectDateWidget. Thanks Bartolomé Sánchez git-svn-id: http://code.djangoproject.com/svn/django/trunk@14685 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14650 -- noted that underscores are also valid in ↵Alex Gaynor2010-11-091-4/+4
| | | | | | slug fields. Thanks to stringify for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14503 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14307 -- Added a new crossref target to model ↵Gabriel Hurley2010-10-151-4/+2
| | | | | | field reference docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14307 -- Linked ChoiceField.choices docs to ↵Gabriel Hurley2010-10-151-1/+5
| | | | | | Field.choices docs to explain the formatting options available. Thanks to adamv for the report and Russ for the suggested fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5327 -- Added standardized field information to ↵Gabriel Hurley2010-10-141-0/+14
| | | | | | ModelChoiceField and ModelMultipleChoiceField documentation. Thanks to danielrubio for the report and PhiR for the text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10027 -- Makes links to form and field validation ↵Gabriel Hurley2010-10-101-1/+1
| | | | | | (and form reference docs in general) more readily available from form topic overview. Thanks to john_fries for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14112 bcc190cf-cafb-0310-a4f2-bffc1f526a37