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-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
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-23
Fixed #18982 - Caught TypeError in DateField.clean
Aymeric Augustin
2012-09-10
Document and test 'type' usage in Widget attrs
Claude Paroz
2012-09-07
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...
Alex Gaynor
2012-09-06
Made use of property decorator in formsets.py
Claude Paroz
2012-08-30
Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form
Claude Paroz
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-18
Fixed #18791: [py3] Double import of six in django.forms.widgets
Alexey Boriskin
2012-08-14
[py3] Removed a remaining use of __metaclass__.
Aymeric Augustin
2012-08-13
[py3] Avoided comparison with None value in formsets
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-06
Fixed #15754 -- avoid recursively computing the tree of media widgets more ti...
Alex Gaynor
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-30
Fixed second security issue in image uploading. Disclosure and release forthc...
Florian Apolloner
2012-07-25
it's -> its
Piet Delport
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
[prev]
[next]