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
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-06-09
Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ...
Andrew Godwin
2011-06-07
Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_fac...
Carl Meyer
2011-05-03
Fixed #13770 -- Extended BooleanField form field to also clean `u'false'` to ...
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-05-01
Fixed #5714 -- Strip whitespaces around date and time form field values befor...
Jannis Leidel
2011-04-22
Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...
Chris Beaven
2011-04-22
Fixed #15758 -- Removed stale constants that were missed in r15983.
Jannis Leidel
2011-04-22
Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgould...
Jannis Leidel
2011-04-02
Removed deprecated en_format helper function.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-14
Importing django.forms no longer requires DJANGO_SETTINGS_MODULE. Moved djang...
Adrian Holovaty
2011-02-21
Fixed #15349 - Bound FormSet produces bound empty_form
Luke Plant
2011-02-21
Fixed #14099 - BaseModelFormSet should use _should_delete_form
Luke Plant
2011-02-19
Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field_name in...
Russell Keith-Magee
2011-02-09
Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...
Carl Meyer
2011-02-08
Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...
Russell Keith-Magee
2011-02-05
Fixed #15226 - Made SelectDateWidget render the label tag associated with the...
Ramiro Morales
2011-02-05
Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. ...
Russell Keith-Magee
2011-02-05
Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. ...
Russell Keith-Magee
2011-02-04
Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input va...
Ramiro Morales
2011-01-25
Fixed #14938 - Fixed save-as-new on inline formset with new forms.
Carl Meyer
2011-01-25
Removed dead code in modelforms.
Carl Meyer
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-13
Fixed #13631 -- Made sure that max_length and min_length are retained as attr...
Russell Keith-Magee
2010-12-22
Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternativ...
Jannis Leidel
2010-12-21
Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed ...
Jannis Leidel
2010-12-19
Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i...
Russell Keith-Magee
2010-12-12
Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of...
Jannis Leidel
2010-12-12
Fixed #14144 -- Made sure custom validators are called in ModelMultipleChoice...
Jannis Leidel
2010-12-05
Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.
Russell Keith-Magee
2010-12-02
Fixed #8217 -- Correctly sort files in FilePathFields on older Python version...
Jannis Leidel
2010-11-28
Fixes #10427 -- Abstract the value generation of a BoundField
Chris Beaven
2010-11-21
Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...
Honza Král
2010-11-21
Fixes #13804 -- URLField validation failure for a url containing '://' on the...
Chris Beaven
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-11-18
Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...
Carl Meyer
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-10-18
Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...
Honza Král
2010-10-13
Fixed #14119 -- fields_for_model no longer returns all fields when fields par...
Honza Král
2010-10-13
Fixed #13811 -- Changed unique validation in model formsets to ignore None va...
Honza Král
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-07
Fixed #11907 -- EmailField now runs strip() on its input. This means mistaken...
Adrian Holovaty
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-11
Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ...
Justin Bronn
2010-09-11
Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...
Justin Bronn
2010-09-11
Fixed #11905: Raise an error on model form creation if a non-existent field w...
Karen Tracey
2010-09-10
Fixed #13095 -- `formfield_callback` keyword argument is now more sane and wo...
Justin Bronn
2010-08-14
Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...
Russell Keith-Magee
[prev]
[next]