summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
2013-03-25Removed forced typecasting of help_text/label Field argumentsClaude Paroz
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-20Fixed #18839 - Field.__init__() now calls super().Carny Cheng
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-14Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFieldsClaude Paroz
2013-03-08Fixed a regression in forms changed_dataClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-04Fixed #19464 -- Eased customization of ClearableFileInput's link markupClaude Paroz
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-24Fixed #19908 -- Added missing import in forms.pyClaude Paroz
2013-02-23Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven
2013-02-23Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751Florian Apolloner
2013-02-23Fixed #15877 -- Improved exception when ModelForm has no model classClaude Paroz
2013-02-23Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...Erik Romijn
2013-02-23Method "save" in BaseModelFormSet is marked as alters_dataKlaas van Schelven
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-08Fixed #18906 -- Ignored to-be-deleted forms in formset validate_uniqueClaude Paroz
2013-02-05Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.Simon Charette
2013-01-30Merge pull request #686 from skrr/ticket_19703Claude Paroz
2013-01-30Fixed #19034 -- Added proper i18n pluralization for max/min length validation...Claude Paroz
2013-01-30fixed minor typo #19703Simon Kerr
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-26Fixed #18483 -- Marked hidden field error string for translationClaude Paroz
2013-01-26Moved BooleanField 'required' validation in validate()Claude Paroz
2013-01-25Used property decorators in django/forms.pyClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-18Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen
2013-01-15Removed obsolete comment.Aymeric Augustin
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-09Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgetsLoic Raucy
2013-01-03Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2013-01-01Removed unusable parameters to empty_form propertyClaude Paroz
2012-12-31Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-28Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-24Sort HTML attributes on generated formsIan Clelland
2012-12-19Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceFieldPatryk Zawadzki
2012-12-06Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_validAndreas Hug
2012-11-05Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
2012-11-04Fixed #18949 -- Improve performance of model_to_dict with many-to-manyAnton I. Sipos
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-26Fixed #16820 -- Treated '0' value as True for checkbox inputsClaude Paroz
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...Ludovic Delaveau