Author: jacob Date: 2007-06-07 12:50:53 -0500 (Thu, 07 Jun 2007) New Revision: 5432
Modified: django/trunk/docs/add_ons.txt Log: Fixed #1791 - documented dependancies of contrib packages. Modified: django/trunk/docs/add_ons.txt =================================================================== --- django/trunk/docs/add_ons.txt 2007-06-07 17:46:55 UTC (rev 5431) +++ django/trunk/docs/add_ons.txt 2007-06-07 17:50:53 UTC (rev 5432) @@ -6,8 +6,9 @@ with a variety of extra, optional tools that solve common Web-development problems. -This code lives in ``django/contrib`` in the Django distribution. Here's a -rundown of the packages in ``contrib``: +This code lives in ``django/contrib`` in the Django distribution. This document +gives a rundown of the packages in ``contrib``, along with any dependancies +those packages have. .. admonition:: Note @@ -26,6 +27,8 @@ .. _Tutorial 2: ../tutorial02/ +Requires the auth_ and contenttypes_ contrib packages to be installed. + auth ==== @@ -144,6 +147,8 @@ .. _flatpages documentation: ../flatpages/ +Requires the sites_ contrib package to be installed as well. + localflavor =========== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
