django1/django/forms
Vytis Banaitis 3dcc351691 Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
..
jinja2/django/forms/widgets Replaced "not var is ..." with "is not" in attrs.html. 2017-01-23 13:14:00 -05:00
templates/django/forms/widgets Replaced "not var is ..." with "is not" in attrs.html. 2017-01-23 13:14:00 -05:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
fields.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
forms.py Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
formsets.py Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
models.py Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -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 #27656 -- Updated django.forms/http docstring verbs according to PEP 257. 2017-02-20 19:57:33 -05:00
widgets.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00