django1/django/db/models/fields
Russell Keith-Magee aa93f8c2f0 Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-05 03:59:20 +00:00
..
__init__.py Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report. 2010-08-05 03:59:20 +00:00
files.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys have an index. Thanks to Suor for the report. 2010-07-30 02:55:20 +00:00
subclassing.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00