Django

Code

Show
Ignore:
Timestamp:
12/10/06 09:43:51 (2 years ago)
Author:
jpellerin
Message:

[multi-db] Merged trunk to [4188]. Some tests still failing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/multiple-db-support/docs/add_ons.txt

    r3712 r4189  
    4848 
    4949.. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 
     50 
     51formtools 
     52========= 
     53 
     54**New in Django development version** 
     55 
     56A set of high-level abstractions for Django forms (django.newforms). 
     57 
     58django.contrib.formtools.preview 
     59-------------------------------- 
     60 
     61An abstraction of the following workflow: 
     62 
     63"Display an HTML form, force a preview, then do something with the submission." 
     64 
     65Full documentation for this feature does not yet exist, but you can read the 
     66code and docstrings in ``django/contrib/formtools/preview.py`` for a start. 
    5067 
    5168humanize 
  • django/branches/multiple-db-support/docs/settings.txt

    r4157 r4189  
    838838exist (see the ``verify_exists`` option on URLField_). 
    839839 
    840 .. URLField: ../model_api/#urlfield 
     840.. _URLField: ../model_api/#urlfield 
    841841 
    842842USE_ETAGS