index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Age
Commit message (
Expand
)
Author
2013-03-25
Removed forced typecasting of help_text/label Field arguments
Claude Paroz
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-20
Fixed #18839 - Field.__init__() now calls super().
Carny Cheng
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields
Claude Paroz
2013-03-08
Fixed a regression in forms changed_data
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-04
Fixed #19464 -- Eased customization of ClearableFileInput's link markup
Claude Paroz
2013-03-01
Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceField
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-24
Fixed #19908 -- Added missing import in forms.py
Claude Paroz
2013-02-23
Fixed #18829 -- Fixed ModelChoiceIterator length
Klaas van Schelven
2013-02-23
Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751
Florian Apolloner
2013-02-23
Fixed #15877 -- Improved exception when ModelForm has no model class
Claude Paroz
2013-02-23
Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...
Erik Romijn
2013-02-23
Method "save" in BaseModelFormSet is marked as alters_data
Klaas van Schelven
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-19
Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-02-05
Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.
Simon Charette
2013-01-30
Merge pull request #686 from skrr/ticket_19703
Claude Paroz
2013-01-30
Fixed #19034 -- Added proper i18n pluralization for max/min length validation...
Claude Paroz
2013-01-30
fixed minor typo #19703
Simon Kerr
2013-01-28
Added HTML5 url input type
Claude Paroz
2013-01-28
Added HTML5 email input type
Claude Paroz
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2013-01-26
Fixed #18483 -- Marked hidden field error string for translation
Claude Paroz
2013-01-26
Moved BooleanField 'required' validation in validate()
Claude Paroz
2013-01-25
Used property decorators in django/forms.py
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2013-01-18
Avoided unnecessary recreation of RelatedObjects
Anssi Kääriäinen
2013-01-15
Removed obsolete comment.
Aymeric Augustin
2013-01-11
Fixed #10239 - Added docs for modelform_factory
Tim Graham
2013-01-09
Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgets
Loic Raucy
2013-01-03
Fixed #19545 -- Make sure media/is_multipart work with empty formsets
Simon Charette
2013-01-01
Removed unusable parameters to empty_form property
Claude Paroz
2012-12-31
Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
Claude Paroz
2012-12-28
Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
2012-12-24
Sort HTML attributes on generated forms
Ian Clelland
2012-12-19
Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField
Patryk Zawadzki
2012-12-06
Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_valid
Andreas Hug
2012-11-05
Fixed #8627 -- Prevented textareas to swallow first newline content
Claude Paroz
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-26
Fixed #16820 -- Treated '0' value as True for checkbox inputs
Claude Paroz
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
[prev]
[next]