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
2015-03-27
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...
Moritz Sichert
2015-03-18
[1.8.x] Refs #24469 -- Fixed escaping of forms, fields, and media in non-Djan...
Moritz Sichert
2015-02-24
[1.8.x] Fixed #24391 -- Made BoundField.value() cache callable values.
Michael Angeletti
2015-02-24
[1.8.x] Fixed #24395 -- Ensured inline ModelsForms have an updated related in...
Stanislas Guerra
2015-02-23
[1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that h...
Tim Graham
2015-02-14
[1.8.x] Added missing return value to DurationField.prepare_value(); refs #24...
Michael Angeletti
2015-02-14
[1.8.x] Fixed #24339 -- Fixed crash with empty DurationField form field.
Michael Angeletti
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-15
Fixed #23712 -- Fixed KeyError with BaseForm._html_output()
Yang Liu
2015-01-13
Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2015-01-12
Fixed #24138 -- Added modelform_factory to __all__.
Josh Schneier
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-12
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Grzegorz Slusarek
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-21
Fixed typo in forms/models.py comment.
Simon Charette
2014-11-21
Fixed #23883 -- Stopped flatatt modifying its argument
Tim Heap
2014-11-12
Fixed #23795 -- Fixed a regression in custom form fields
Baptiste Mispelon
2014-11-04
Fixed #13181 -- Added support for callable choices to forms.ChoiceField
Peter Inglesby
2014-10-27
Removed some commented code in the forms Media class.
Tim Graham
2014-10-10
Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...
Thomas Chaumeny
2014-10-07
Fixed #23594 -- Fixed deepcopy on ErrorList.
Loic Bistuer
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-08
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
Petras Zdanavičius
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-29
Fixed #21201 -- Improved customization of ClearableFileInput.
Vlastimil Zíma
2014-08-22
Fixed #23167 -- Added BaseForm.__repr__()
areski
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-04
Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...
Vincent-Vega
2014-08-04
Corrected a comment in forms/forms.py; refs #16612.
Tim Graham
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2014-08-02
Fixed two typos in docstrings.
Baptiste Mispelon
2014-08-01
Fixed #23103 -- Annotated ImageField file with image and content_type attribu...
Petras Zdanavičius
2014-07-31
Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...
Niclas Olofsson
2014-07-29
Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.
Kit La Touche
2014-07-28
Fixed #23113 -- ChoiceInput.render should take specified attrs into account.
Simon Charette
2014-07-09
Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.
Tim Graham
2014-07-05
Fixed various minor doc typos / references.
Daniel Hahler
2014-07-05
Fixed #22950 -- Eased markup customization for choice field rendering
Claude Paroz
2014-07-05
Ensured bound field renders as unicode safe data
Claude Paroz
2014-06-21
Prevented evaluation of a possible lazy message
Claude Paroz
2014-06-20
Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.
Marc Tamlyn
2014-06-04
Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...
Anubhav Joshi
2014-06-04
Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...
gyx1000
2014-06-02
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Nick Presta
2014-05-28
Fixed several typos in Django
Alex Gaynor
[next]