Changeset 4189 for django/branches/multiple-db-support/docs
- Timestamp:
- 12/10/06 09:43:51 (2 years ago)
- Files:
-
- django/branches/multiple-db-support/docs/add_ons.txt (modified) (1 diff)
- django/branches/multiple-db-support/docs/newforms.txt (copied) (copied from django/trunk/docs/newforms.txt)
- django/branches/multiple-db-support/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/multiple-db-support/docs/add_ons.txt
r3712 r4189 48 48 49 49 .. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 50 51 formtools 52 ========= 53 54 **New in Django development version** 55 56 A set of high-level abstractions for Django forms (django.newforms). 57 58 django.contrib.formtools.preview 59 -------------------------------- 60 61 An abstraction of the following workflow: 62 63 "Display an HTML form, force a preview, then do something with the submission." 64 65 Full documentation for this feature does not yet exist, but you can read the 66 code and docstrings in ``django/contrib/formtools/preview.py`` for a start. 50 67 51 68 humanize django/branches/multiple-db-support/docs/settings.txt
r4157 r4189 838 838 exist (see the ``verify_exists`` option on URLField_). 839 839 840 .. URLField: ../model_api/#urlfield840 .. _URLField: ../model_api/#urlfield 841 841 842 842 USE_ETAGS
