django1/django/forms
Mariusz Felisiak 074a2f7f58
Refs #28909 -- Simplifed code using unpacking generalizations.
2018-02-26 18:23:31 +01: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 #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -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 Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00