summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
2015-11-09[1.8.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Mana...Marti Raudsepp
2015-10-05[1.8.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-09-21[1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz
2015-09-14[1.8.x] Fixed typo in django/forms/utils.py docstring.Kholid Fuadi
2015-06-26[1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK...Jason Hoos
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-16[1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.Ima...Andriy Sokolovskiy
2015-06-04[1.8.x] Removed comment from Form.changed_data; refs #24191Alasdair Nicol
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-15Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu
2015-01-13Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-12Fixed #24138 -- Added modelform_factory to __all__.Josh Schneier
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-12-12Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-21Fixed typo in forms/models.py comment.Simon Charette
2014-11-21Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap
2014-11-12Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-11-04Fixed #13181 -- Added support for callable choices to forms.ChoiceFieldPeter Inglesby
2014-10-27Removed some commented code in the forms Media class.Tim Graham
2014-10-10Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...Thomas Chaumeny
2014-10-07Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-04Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...Vincent-Vega
2014-08-04Corrected a comment in forms/forms.py; refs #16612.Tim Graham
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-02Fixed two typos in docstrings.Baptiste Mispelon
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-07-31Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson
2014-07-29Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.Kit La Touche
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
2014-07-09Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-05Fixed various minor doc typos / references.Daniel Hahler