Django

Code

Changeset 6454

Show
Ignore:
Timestamp:
10/04/07 17:50:06 (1 year ago)
Author:
adrian
Message:

Corrected broken link to newforms unit tests in docs/newforms.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/newforms.txt

    r6409 r6454  
    20762076 
    20772077That's all the documentation for now. For more, see the file 
    2078 http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py 
     2078http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms 
    20792079-- the unit tests for ``django.newforms``. This can give you a good idea of 
    2080 what's possible. 
     2080what's possible. (Each submodule there contains separate tests.) 
    20812081 
    20822082If you're really itching to learn and use this library, please be patient.