Author: adrian
Date: 2006-12-29 18:39:41 -0600 (Fri, 29 Dec 2006)
New Revision: 4262
Modified:
django/trunk/docs/newforms.txt
Log:
Added a small note about decoupling to docs/newforms.txt
Modified: django/trunk/docs/newforms.txt
===================================================================
--- django/trunk/docs/newforms.txt 2006-12-30 00:12:02 UTC (rev 4261)
+++ django/trunk/docs/newforms.txt 2006-12-30 00:39:41 UTC (rev 4262)
@@ -72,6 +72,10 @@
* **Form** -- A collection of fields that knows how to validate itself and
display itself as HTML.
+The library is decoupled from the other Django components, such as the database
+layer, views and templates. It relies only on Django settings, a couple of
+``django.utils`` helper functions and Django's internationalization system.
+
Form objects
============
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---