Author: adrian Date: 2007-10-04 17:50:06 -0500 (Thu, 04 Oct 2007) New Revision: 6454
Modified: django/trunk/docs/newforms.txt Log: Corrected broken link to newforms unit tests in docs/newforms.txt Modified: django/trunk/docs/newforms.txt =================================================================== --- django/trunk/docs/newforms.txt 2007-10-04 01:55:51 UTC (rev 6453) +++ django/trunk/docs/newforms.txt 2007-10-04 22:50:06 UTC (rev 6454) @@ -2075,9 +2075,9 @@ ================ 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
