1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/tests/regressiontests/model_forms_regress
2010-09-11 01:39:16 +00:00
..
__init__.py
models.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
tests.py Fixed #11905: Raise an error on model form creation if a non-existent field was listed in fields. Thanks ben and copelco. 2010-09-11 01:39:16 +00:00