django1/django/forms
Jon Dufresne 0d74c41981 Replaced dict() usage with dict literals.
Literals are faster and more idiomatic.
2017-01-23 19:13:49 -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 #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
fields.py Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
forms.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
formsets.py Refs #23919 -- Removed str() conversion of type and method __name__. 2017-01-19 11:31:07 -05:00
models.py Refs #23919 -- Removed str() conversion of type and method __name__. 2017-01-19 11:31:07 -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 #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
widgets.py Replaced dict() usage with dict literals. 2017-01-23 19:13:49 -05:00