Changes between Version 8 and Version 9 of NewForms


Ignore:
Timestamp:
Jan 23, 2007, 8:10:01 AM (18 years ago)
Author:
zendak
Comment:

added arguments to URLField

Legend:

Unmodified
Added
Removed
Modified
  • NewForms

    v8 v9  
    6666
    6767===== URLField [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L1243 Unit test] =====
     68Arguments:
     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
    6872
    6973===== !BooleanField [http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L1302 Unit test] =====
Back to Top