Django

Code

Changeset 2956

Show
Ignore:
Timestamp:
05/21/06 22:14:33 (2 years ago)
Author:
adrian
Message:

Added the missing django.contrib applications to docs/add_ons.txt

Files:

Legend:

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

    r2868 r2956  
    1717.. _Tutorial 2: http://www.djangoproject.com/documentation/tutorial2/ 
    1818 
     19auth 
     20==== 
     21 
     22Django's authentication framework. 
     23 
     24See the `authentication documentation`_. 
     25 
     26.. _authentication documentation: http://www.djangoproject.com/documentation/authentication/ 
     27 
    1928comments 
    2029======== 
    2130 
    2231A simple yet flexible comments system. This is not yet documented. 
     32 
     33contenttypes 
     34============ 
     35 
     36A light framework for hooking into "types" of content, where each installed 
     37Django model is a separate content type. This is not yet documented. 
     38 
     39csrf 
     40==== 
     41 
     42A middleware for preventing Cross Site Request Forgeries 
     43 
     44See the `csrf documentation`_. 
     45 
     46.. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 
    2347 
    2448flatpages 
     
    4973.. _redirects documentation: http://www.djangoproject.com/documentation/redirects/ 
    5074 
     75sites 
     76===== 
     77 
     78A light framework that lets you operate multiple Web sites off of the same 
     79database and Django installation. It gives you hooks for associating objects to 
     80one or more sites. This is not yet documented. 
     81 
    5182syndication 
    5283=========== 
     
    5889.. _syndication documentation: http://www.djangoproject.com/documentation/syndication/ 
    5990 
    60 csrf 
    61 ==== 
    62  
    63 A middleware for preventing Cross Site Request Forgeries 
    64  
    65 See the `csrf documentation`_. 
    66  
    67 .. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 
    68  
    69  
    7091Other add-ons 
    7192=============