django1/django/forms
Mariusz Felisiak 51a00749e9
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widget_attrs() to improve performance.
2017-12-30 18:05:15 +01:00
..
jinja2/django/forms/widgets Fixed #28890 -- Removed newlines between MultiWidget's subwidgets. 2017-12-05 11:22:36 -05:00
templates/django/forms/widgets Fixed #28890 -- Removed newlines between MultiWidget's subwidgets. 2017-12-05 11:22:36 -05:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
fields.py Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widget_attrs() to improve performance. 2017-12-30 18:05:15 +01:00
forms.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
formsets.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
models.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
utils.py Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
widgets.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00