summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-22 03:14:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-22 03:14:33 +0000
commitcd54ba5696f1819a12bfbd26c1a26276846e6fcb (patch)
treeeba4fc0a17b578f84b82e82a5639fd36a51f47b9 /docs
parent0fc2a2c1a891a9729f99b550bca6334e97c0dce3 (diff)
Added the missing django.contrib applications to docs/add_ons.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/add_ons.txt41
1 files changed, 31 insertions, 10 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt
index 28df4f55b6..813ddb2ad3 100644
--- a/docs/add_ons.txt
+++ b/docs/add_ons.txt
@@ -16,11 +16,35 @@ The automatic Django administrative interface. For more information, see
.. _Tutorial 2: http://www.djangoproject.com/documentation/tutorial2/
+auth
+====
+
+Django's authentication framework.
+
+See the `authentication documentation`_.
+
+.. _authentication documentation: http://www.djangoproject.com/documentation/authentication/
+
comments
========
A simple yet flexible comments system. This is not yet documented.
+contenttypes
+============
+
+A light framework for hooking into "types" of content, where each installed
+Django model is a separate content type. This is not yet documented.
+
+csrf
+====
+
+A middleware for preventing Cross Site Request Forgeries
+
+See the `csrf documentation`_.
+
+.. _csrf documentation: http://www.djangoproject.com/documentation/csrf/
+
flatpages
=========
@@ -48,6 +72,13 @@ See the `redirects documentation`_.
.. _redirects documentation: http://www.djangoproject.com/documentation/redirects/
+sites
+=====
+
+A light framework that lets you operate multiple Web sites off of the same
+database and Django installation. It gives you hooks for associating objects to
+one or more sites. This is not yet documented.
+
syndication
===========
@@ -57,16 +88,6 @@ See the `syndication documentation`_.
.. _syndication documentation: http://www.djangoproject.com/documentation/syndication/
-csrf
-====
-
-A middleware for preventing Cross Site Request Forgeries
-
-See the `csrf documentation`_.
-
-.. _csrf documentation: http://www.djangoproject.com/documentation/csrf/
-
-
Other add-ons
=============