django1/django/forms
Jacob Kaplan-Moss 4df380ff01 Fixed #8543: added translation markings to can_delete and can_order form labels. Thanks, msaelices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 22:55:24 +00:00
..
extras Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
__init__.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
fields.py Small edit of [8491]. 2008-08-23 17:36:42 +00:00
forms.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
formsets.py Fixed #8543: added translation markings to can_delete and can_order form labels. Thanks, msaelices. 2008-08-25 22:55:24 +00:00
models.py Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks bpeschier for the report. 2008-08-25 03:51:25 +00:00
util.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
widgets.py Updated `TimeInput` changes from [8491] to allow time widgets to be used with unicode values. Fixes #7499. 2008-08-25 19:09:44 +00:00