Changes between Version 8 and Version 9 of NewForms
- Timestamp:
- Jan 23, 2007, 8:10:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewForms
v8 v9 66 66 67 67 ===== URLField [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L1243 Unit test] ===== 68 Arguments: 69 * ''min_length'' -- Minimum length 70 * ''max_length'' -- Maximum length 71 * ''verify_exists'' -- Defaults to ''False''. If ''True'', verifies that the URL is live on the Internet and doesn't return a 404 or 500 68 72 69 73 ===== !BooleanField [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L1302 Unit test] =====