mirror of https://github.com/django/django.git
Added a small note about decoupling to docs/newforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b9fdf9abb8
commit
08f3969d5e
|
@ -72,6 +72,10 @@ The library deals with these concepts:
|
||||||
* **Form** -- A collection of fields that knows how to validate itself and
|
* **Form** -- A collection of fields that knows how to validate itself and
|
||||||
display itself as HTML.
|
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
|
Form objects
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue