summaryrefslogtreecommitdiff
path: root/docs/newforms.txt
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-10-06 22:34:48 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-10-06 22:34:48 +0000
commit6104f6bd856a36e41352d3b90e7a550ef276daab (patch)
tree0fc58d8a9cc6e2b2f47bc55c91b4d09c75de286e /docs/newforms.txt
parent4e3eb6ed5f9b7b74b47b33439dde7995e08d5933 (diff)
newforms-admin: Merged to [6458]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/newforms.txt')
-rw-r--r--docs/newforms.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt
index 54bd6306c7..531c4fbb36 100644
--- a/docs/newforms.txt
+++ b/docs/newforms.txt
@@ -2388,9 +2388,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.