Changeset 5444 for django/branches/unicode/docs/add_ons.txt
- Timestamp:
- 06/09/07 09:08:14 (2 years ago)
- Files:
-
- django/branches/unicode (modified) (1 prop)
- django/branches/unicode/docs/add_ons.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode
- Property svnmerge-integrated changed from /django/trunk:1-5418 to /django/trunk:1-5443
django/branches/unicode/docs/add_ons.txt
r5054 r5444 7 7 problems. 8 8 9 This code lives in ``django/contrib`` in the Django distribution. Here's a 10 rundown of the packages in ``contrib``: 9 This code lives in ``django/contrib`` in the Django distribution. This document 10 gives a rundown of the packages in ``contrib``, along with any dependencies 11 those packages have. 11 12 12 13 .. admonition:: Note … … 27 28 .. _Tutorial 2: ../tutorial02/ 28 29 30 Requires the auth_ and contenttypes_ contrib packages to be installed. 31 29 32 auth 30 33 ==== … … 145 148 .. _flatpages documentation: ../flatpages/ 146 149 150 Requires the sites_ contrib package to be installed as well. 151 147 152 localflavor 148 153 ===========
