Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25294 -- Added BoundField import for backwards comp...Moritz Sichert2015-09-241-0/+2
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-225/+5
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-161-1/+1
* Removed BaseForm._raw_value().Tim Graham2015-08-211-9/+0
* Used @cached_property for BaseForm.changed_data.Curtis Maloney2015-08-041-24/+23
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-161-1/+6
* Fixed #12437 -- Added css_classes to Form._html_output()Markus Amalthea Magnuson2015-06-071-0/+2
* Removed comment from Form.changed_data; refs #24191Alasdair Nicol2015-06-041-6/+0
* Fixed #24788 -- Allowed Forms to specify a prefix at the ...Paweł Marczewski2015-05-261-1/+3
* Fixed #24497 -- Added Widget.supports_microseconds attributewdmgsm2015-05-061-1/+1
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-7/+3
* Refs #24469 -- Fixed escaping of forms, fields, and media...Moritz Sichert2015-03-181-0/+6
* Fixed #5986 -- Added ability to customize order of Form f...Thomas Tanner2015-03-161-1/+26
* Fixed #24391 -- Made BoundField.value() cache callable va...Michael Angeletti2015-02-251-7/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+8
* Removed forms.forms.get_declared_fields() per deprecation...Tim Graham2015-01-181-41/+0
* Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu2015-01-161-3/+8
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #23167 -- Added BaseForm.__repr__()areski2014-08-221-0/+12
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-1/+1
* Fixed #22745 -- Prevented reevaluation of ModelChoiceFiel...Vincent-Vega2014-08-041-0/+4
* Corrected a comment in forms/forms.py; refs #16612.Tim Graham2014-08-041-1/+1
* Fixed two typos in docstrings.Baptiste Mispelon2014-08-021-1/+1
* Ensured bound field renders as unicode safe dataClaude Paroz2014-07-051-1/+1
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-021-2/+5
* Fixed #22510 -- Harden field removal to only None.Marc Tamlyn2014-05-241-2/+2
* Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru2014-05-131-1/+3
* Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows2014-05-101-0/+6
* Fixed #22570 -- Made Form.__getitem__ KeyError more descr...Ben Davis2014-05-061-1/+2
* Removed casting to bool just before negation.Tomasz Wysocki2014-04-071-1/+1
* Fixed #17922 -- Added required_css_class to form label.Anubhav Joshi2014-03-241-0/+6
* Fixed #22318 -- Added Form.has_error() to easily check if...Loic Bistuer2014-03-241-0/+9
* Removed backwards compatibility code to call field.widget...Tim Graham2014-03-221-8/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-081-3/+1
* Fixed docstring typo in django/forms/forms.py.Marc Sibson2014-01-101-1/+1
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-161-2/+2
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-291-4/+48
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-15/+15
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-4/+4
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #8620 -- Updated the Form metaclass to support excl...Loic Bistuer2013-10-141-0/+5
* Fixed #19617 -- Refactored Form metaclasses to support mo...Loic Bistuer2013-10-141-10/+38
* Ensured that BoundField.as_widget always returns properly...Florian Apolloner2013-09-211-0/+3
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #5749 -- Added field_name as a key in the _html_out...e0ne2013-09-101-1/+2
* Moved translator comment just above the target stringClaude Paroz2013-08-221-1/+1