Django

Code

Changeset 6788

Show
Ignore:
Timestamp:
12/01/07 11:07:32 (9 months ago)
Author:
ubernostrum
Message:

Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r6247 r6788  
    5858 
    5959.. _csrf documentation: ../csrf/ 
     60 
     61flatpages 
     62========= 
     63 
     64A framework for managing simple "flat" HTML content in a database. 
     65 
     66See the `flatpages documentation`_. 
     67 
     68.. _flatpages documentation: ../flatpages/ 
     69 
     70Requires the sites_ contrib package to be installed as well. 
    6071 
    6172formtools 
     
    163174.. _DATE_FORMAT: ../settings/#date_format 
    164175 
    165 flatpages 
    166 ========= 
    167  
    168 A framework for managing simple "flat" HTML content in a database. 
    169  
    170 See the `flatpages documentation`_. 
    171  
    172 .. _flatpages documentation: ../flatpages/ 
    173  
    174 Requires the sites_ contrib package to be installed as well. 
    175  
    176176localflavor 
    177177=========== 
     
    212212.. _redirects documentation: ../redirects/ 
    213213 
     214sessions 
     215======== 
     216 
     217A framework for storing data in anonymous sessions. 
     218 
     219See the `sessions documentation`_. 
     220 
     221.. _sessions documentation: ../sessions/ 
     222 
    214223sites 
    215224===== 
     
    241250.. _syndication documentation: ../syndication_feeds/ 
    242251 
     252webdesign 
     253========= 
     254 
     255Helpers and utilties targeted primarily at web designers rather than 
     256web developers. 
     257 
     258See the `web design helpers documentation`_. 
     259 
     260.. _web design helpers documentaion`: ../webdesign/ 
     261 
    243262Other add-ons 
    244263=============