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-02-19
[1.5.x] Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-01-24
[1.5.x] Avoided a possible regression in 5097d3c5.
Aymeric Augustin
2013-01-11
[1.5.x] Fixed #10239 - Added docs for modelform_factory
Tim Graham
2013-01-03
[1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsets
Simon Charette
2013-01-01
[1.5.x] Removed unusable parameters to empty_form property
Claude Paroz
2012-12-31
[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
Claude Paroz
2012-12-28
[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
2012-12-24
[1.5.x] Sort HTML attributes on generated forms
Ian Clelland
2012-12-19
[1.5.x] Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoi...
Patryk Zawadzki
2012-12-06
[1.5.x] Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' ...
Andreas Hug
2012-11-05
[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content
Claude Paroz
2012-11-04
[1.5.x] Merge pull request #495 from aisipos/ticket_18949
Alex Gaynor
2012-11-03
[1.5.x] Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-26
[1.5.x] 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
2012-07-06
Fixed #18572 - Python26 string format incompatibility
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18409 -- Made RegexField work with unicode characters.
Julien Phalip
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-16
Hidden __pycache__ dirs for FilePathField. Refs #17393.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17976 -- Made forms.BooleanField pickleable.
Aymeric Augustin
[next]