index
:
django.git
fix-31295
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-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #11725 -- Made possible to create widget label tag without "for"
Claude Paroz
2013-05-23
Made fix for #9321 less buggy and more effective.
Ramiro Morales
2013-05-22
Fixed #18709 -- Check if initial_value is a callable
Jeroen Dekkers
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-19
Merge pull request #1094 from senko/ticket_11160
Andrew Godwin
2013-05-18
Fixed #20440 -- Ensured CharField's max_length/min_length are integers
Tome Cvitan
2013-05-18
Merge pull request #1113 from denibertovic/master
Aymeric Augustin
2013-05-18
Added stripping of whitespace for SlugField and URLField
Deni Bertovic
2013-05-18
Fixed argument order for localized_fields to ensure backwards compatibility
Erik Romijn
2013-05-18
Fixed #13546 -- Easier handling of localize field options in ModelForm
Erik Romijn
2013-05-18
Fixed #11160 - Ensure full_clean is called from non_form_errors
Senko Rasic
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-04
Used ngettext in a formsets error message
Claude Paroz
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Baptiste Mispelon
2013-04-12
Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Baptiste Mispelon
2013-04-07
Fix #15126: Better error message when passing invalid options to ModelForm.Meta.
Baptiste Mispelon
2013-03-28
Fixed spelling errors
Gavin Wahl
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
[next]