django1/django/forms
Aymeric Augustin 3174b5f2f5 Fixed #18982 - Caught TypeError in DateField.clean
Thanks gwahl at fusionbox com.
2012-09-23 13:27:01 +02:00
..
extras [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py Fixed #18982 - Caught TypeError in DateField.clean 2012-09-23 13:27:01 +02:00
forms.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
formsets.py Made use of property decorator in formsets.py 2012-09-06 23:08:15 +02:00
models.py Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form 2012-08-30 15:51:13 +02:00
util.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
widgets.py Document and test 'type' usage in Widget attrs 2012-09-10 19:31:11 +02:00