django1/django/forms
Tim Graham d74e33eb0e Removed backwards compatibility code to call field.widget._has_changed()
This logic should be moved to field._has_changed() as described
in ebb504db69 - refs #16612.
2014-03-21 19:34:21 -04:00
..
extras Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Removed PIL compatability layer per deprecation timeline. 2014-03-21 10:54:53 -04:00
forms.py Removed backwards compatibility code to call field.widget._has_changed() 2014-03-21 19:34:21 -04:00
formsets.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models.py Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple widget 2014-03-21 19:10:07 -04:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
widgets.py Removed warning for Widget.is_hidden property. 2014-03-21 19:25:54 -04:00