diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-10-04 22:50:06 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-10-04 22:50:06 +0000 |
| commit | 0397e63a1980145cab60c87b9c37c1f36ca616bf (patch) | |
| tree | 563e7ee2cda6ea781394f81685dba97c4025ced1 /docs | |
| parent | 185848a526f94cadf06060410dec0f8260c110f9 (diff) | |
Corrected broken link to newforms unit tests in docs/newforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/newforms.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt index 11e19e847f..2005adeec8 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -2075,9 +2075,9 @@ More coming soon ================ That's all the documentation for now. For more, see the file -http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py +http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms -- the unit tests for ``django.newforms``. This can give you a good idea of -what's possible. +what's possible. (Each submodule there contains separate tests.) If you're really itching to learn and use this library, please be patient. We're working hard on finishing both the code and documentation. |
