summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-04Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...Vincent-Vega
2014-08-04Corrected a comment in forms/forms.py; refs #16612.Tim Graham
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-02Fixed two typos in docstrings.Baptiste Mispelon
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-07-31Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson
2014-07-29Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.Kit La Touche
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
2014-07-09Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-07-05Fixed #22950 -- Eased markup customization for choice field renderingClaude Paroz
2014-07-05Ensured bound field renders as unicode safe dataClaude Paroz
2014-06-21Prevented evaluation of a possible lazy messageClaude Paroz
2014-06-20Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.Marc Tamlyn
2014-06-04Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...Anubhav Joshi
2014-06-04Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...gyx1000
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-16Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-05-13Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru
2014-05-10Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-05-05Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.Ben Davis
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-10Refactored some code in SelectDateWidget.Tomasz Wysocki
2014-04-07Removed casting to bool just before negation.Tomasz Wysocki
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-26Fixed #22114 -- Stopped adding trailing slashes in URLField.to_pythonClaude Paroz
2014-03-24Fixed #17922 -- Added required_css_class to form label.Anubhav Joshi
2014-03-24Fixed #22318 -- Added Form.has_error() to easily check if a given error has h...Loic Bistuer
2014-03-22Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.Loic Bistuer
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-21Removed backwards compatibility code to call field.widget._has_changed()Tim Graham
2014-03-21Removed warning for Widget.is_hidden property.Tim Graham
2014-03-21Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham
2014-03-21Removed django.forms.widgets.RadioInput per deprecation timeline.Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-06Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserializa...Loic Bistuer
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz