Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.Marc Tamlyn2014-06-201-2/+10
* Fixed #13776 -- Fixed ModelForm.is_valid() exception with...Anubhav Joshi2014-06-041-2/+9
* Fixed #22684 -- Amended SelectDateWidget.empty_label to a...gyx10002014-06-041-7/+20
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-022-3/+16
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22684 -- Added `empty_label` option on `django.for...Guillaume Pannatier2014-05-281-1/+4
* Fixed #22510 -- Harden field removal to only None.Marc Tamlyn2014-05-241-2/+2
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-4/+4
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-151-4/+8
* Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru2014-05-132-2/+7
* Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows2014-05-102-0/+8
* Fixed #22570 -- Made Form.__getitem__ KeyError more descr...Ben Davis2014-05-061-1/+2
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Refactored some code in SelectDateWidget.Tomasz Wysocki2014-04-101-22/+9
* Removed casting to bool just before negation.Tomasz Wysocki2014-04-072-2/+2
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-302-5/+5
* Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven2014-03-271-1/+1
* Fixed #22114 -- Stopped adding trailing slashes in URLFie...Claude Paroz2014-03-261-3/+0
* 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
* Fixed #20684 -- Added support for HTML5 boolean attribute...Loic Bistuer2014-03-221-15/+12
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-24/+14
* Removed backwards compatibility code to call field.widget...Tim Graham2014-03-221-8/+2
* Removed warning for Widget.is_hidden property.Tim Graham2014-03-221-10/+0
* Removed hard-coded help_text for ManyToManyFields that us...Tim Graham2014-03-221-6/+2
* Removed django.forms.widgets.RadioInput per deprecation t...Tim Graham2014-03-211-7/+0
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-2/+2
* Fixed #22245 -- Avoided widget overwrite in forms.Integer...Claude Paroz2014-03-131-1/+4
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-086-16/+24
* Reworked ErrorDict.as_json() to prevent unnecessary seria...Loic Bistuer2014-03-061-11/+13
* Fixed #22206 -- Passed models.TextField.max_length to for...Chris Wilson2014-03-051-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-2/+2
* Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz2014-03-011-5/+16
* Fixed #21962 -- Added escape_html flag to ErrorDict.as_js...vvojvoda2014-02-281-5/+6
* Fixed #22136 -- Updated comment for Textarea widgetClaude Paroz2014-02-271-1/+1
* Fixed #22097 -- Fixed change detection for TypedChoiceFieldClaude Paroz2014-02-201-0/+2
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-112-1/+23
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-082-8/+12
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-4/+12
* Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with D...Claude Paroz2014-01-111-0/+4
* Fixed #21752 -- Prevented custom widget step attribute to...Claude Paroz2014-01-111-2/+2
* Fixed docstring typo in django/forms/forms.py.Marc Sibson2014-01-101-1/+1
* Refs #17413 -- Added isinstance backward compatibility on...Loic Bistuer2013-12-181-1/+1
* Removed duplicated `TimeField` in __all__.Artur Barseghyan2013-12-161-1/+1
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-164-17/+59
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-102-11/+9
* Fixed #21568 -- Added missing ModelMultipleChoiceField to...Claude Paroz2013-12-071-0/+6
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-292-29/+66
* Fixed E125 pep8 warningsChristopher Medrela2013-11-283-8/+8