Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/forms
Commit message (Expand)AuthorAgeFilesLines
...
* Misc doc cleanups.minusf2013-07-291-4/+3
* Fixed #20805 -- Removed an extra colon beside checkboxes ...Tim Graham2013-07-261-1/+14
* Fixed #20582 -- Allowed default Form.label_suffix to be t...Claude Paroz2013-07-131-4/+11
* Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett2013-07-081-5/+4
* Fixed #12346 -- Added a note on how to validate InlineFor...Tim Graham2013-07-081-2/+2
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-052-7/+8
* A couple more semicolon -> colon fixes; refs #18134.Tim Graham2013-07-021-1/+1
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-9/+101
* Fixed #20000 -- Allowed ModelForm meta overrides for labe...Loic Bistuer2013-06-131-9/+20
* Fixed #18134 -- BoundField.label_tag now includes the for...Gabe Jackson2013-06-101-1/+8
* Fixed #20567 - Documented BoundField.id_for_label.Tim Graham2013-06-092-1/+27
* Proofed the 1.6 release notesTim Graham2013-06-051-1/+1
* add missing imports to the examples in the 'Forms'leandrafinger2013-05-194-48/+73
* Fixed #13546 -- Easier handling of localize field options...Erik Romijn2013-05-181-6/+10
* Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz2013-05-171-0/+2
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-5/+7
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+8
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-204-6/+10
* Complemented documentation following commit be9ae693cClaude Paroz2013-04-181-0/+9
* Fixed #4592: Made CheckboxSelectMultiple more like RadioS...Baptiste Mispelon2013-04-131-0/+3
* Fixed #4117: Apply id attribute to the outer <ul> of Radi...Baptiste Mispelon2013-04-131-0/+5
* Fixed #19874: Apply id attribute to the outer <ul> of Che...Baptiste Mispelon2013-04-131-0/+5
* Documented BoundField.label_tagClaude Paroz2013-04-121-0/+13
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-213-7/+25
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-12/+8
* Fixed #19801 - Added brackets to input_formats.Tim Graham2013-02-251-6/+6
* Fixed #19686 -- Added HTML5 number input typeClaude Paroz2013-02-232-3/+19
* Fixed #19812 - Removed a duplicate phrase in the widget d...Tim Graham2013-02-171-9/+4
* Added HTML5 url input typeClaude Paroz2013-01-283-7/+16
* Added HTML5 email input typeClaude Paroz2013-01-283-31/+41
* Fixed #17416 -- Added widgets argument to inlineformset_f...Nick Sandford2013-01-241-4/+12
* Fixed #19610 - Added enctype note to forms topics doc.Tim Graham2013-01-231-0/+2
* Fixed #19640 - Added inlineformset_factory to reference d...Tim Graham2013-01-221-3/+14
* Fixed #10239 - Added docs for modelform_factoryTim Graham2013-01-112-0/+41
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-032-26/+27
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-292-4/+0
* Added links to default widget in forms.fields documentationClaude Paroz2012-12-291-27/+27
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-273-11/+11
* Fixed #13997 - Added an example of constructing a MultiWi...Tim Graham2012-11-171-63/+129
* Fixed invalid ipv4 mapped ipv6 addresses in docsDanilo Bargen2012-11-071-1/+1
* Added ref to format localization in Date[Time]Field docsClaude Paroz2012-10-131-0/+4
* Fixed #19119 -- Corrected default date input formats in docsClaude Paroz2012-10-131-1/+1
* Fixed #14567 -- Made ModelMultipleChoiceField return Empt...Stephen Burrows2012-10-031-2/+6
* Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire2012-09-263-8/+8
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-213-11/+0
* Fixed #11185 - Expanded docs on customizing widgets; than...Tim Graham2012-09-152-66/+202
* Document and test 'type' usage in Widget attrsClaude Paroz2012-09-101-5/+6
* Fixed #18490 - Updated DateField input formats; thanks dl...Tim Graham2012-09-081-5/+15
* Merge pull request #333 from brad/ticket_18917James Bennett2012-09-071-3/+2
|\
| * clarify clean_<field> docs, ticket #18917Brad Pitcher2012-09-071-3/+2