Skip to content

Commit

Permalink
Added the missing django.contrib applications to docs/add_ons.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed May 22, 2006
1 parent 0fc2a2c commit cd54ba5
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions docs/add_ons.txt
Expand Up @@ -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
=========

Expand Down Expand Up @@ -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
===========

Expand All @@ -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
=============

Expand Down

0 comments on commit cd54ba5

Please sign in to comment.