Django

Code

Changeset 5432

Show
Ignore:
Timestamp:
06/07/07 12:50:53 (1 year ago)
Author:
jacob
Message:

Fixed #1791 - documented dependancies of contrib packages.

Files:

Legend:

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

    r5039 r5432  
    77problems. 
    88 
    9 This code lives in ``django/contrib`` in the Django distribution. Here's a 
    10 rundown of the packages in ``contrib``: 
     9This code lives in ``django/contrib`` in the Django distribution. This document 
     10gives a rundown of the packages in ``contrib``, along with any dependancies 
     11those packages have. 
    1112 
    1213.. admonition:: Note 
     
    2728.. _Tutorial 2: ../tutorial02/ 
    2829 
     30Requires the auth_ and contenttypes_ contrib packages to be installed. 
     31 
    2932auth 
    3033==== 
     
    145148.. _flatpages documentation: ../flatpages/ 
    146149 
     150Requires the sites_ contrib package to be installed as well. 
     151 
    147152localflavor 
    148153===========