Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and...
commitc4737ecabd720d6e96dede1d14111b33aa56ac7d
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 16 Sep 2007 11:38:32 +0000 (16 11:38 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 16 Sep 2007 11:38:32 +0000 (16 11:38 +0000)
treee55a21580181508584b77561f2acd12a0278dd1b
parent3072416f0f9bec355cd255a068494df6dea109ff
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and the team in the Copenhagen sprint group.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/models/fields/__init__.py
django/newforms/fields.py
docs/newforms.txt
tests/regressiontests/forms/tests.py