django1/django/forms
Daniel Hahler 683341db43 Condensed some widgets code. 2018-03-03 13:35:09 -05:00
..
jinja2/django/forms/widgets Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
templates/django/forms/widgets Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
fields.py Refs #29006 -- Simplified handling of SNaN values in DecimalField.validate(). 2018-01-11 07:02:46 -05:00
forms.py Fixed #28171 -- Added an exception if Form's empty_permitted and use_required_attribute arguments conflict. 2018-02-15 13:44:26 -05:00
formsets.py Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified docstring. 2018-02-05 10:29:38 -05:00
models.py Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache. 2018-03-01 14:17:56 -05:00
renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
utils.py Refs #23668 -- Removed passing default argument of current TZ to make_aware()/naive. 2018-01-18 11:21:12 -05:00
widgets.py Condensed some widgets code. 2018-03-03 13:35:09 -05:00