diff --git a/docs/newforms.txt b/docs/newforms.txt index 9e8454cd9b3..7744d83e5e8 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -72,6 +72,10 @@ The library deals with these concepts: * **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 ============