django1/django/forms
Alex Gaynor 6a5a12ea3e Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch. 2012-09-07 14:37:21 -04: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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +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 Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch. 2012-09-07 14:37:21 -04:00