Skip to content

Commit

Permalink
Fixed #5940: added sessions and webdesign cross-references to docs/ad…
Browse files Browse the repository at this point in the history
…d_ons.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Dec 1, 2007
1 parent a73588a commit aa8febb
Showing 1 changed file with 30 additions and 11 deletions.
41 changes: 30 additions & 11 deletions docs/add_ons.txt
Expand Up @@ -58,6 +58,17 @@ See the `csrf documentation`_.

.. _csrf documentation: ../csrf/

flatpages
=========

A framework for managing simple "flat" HTML content in a database.

See the `flatpages documentation`_.

.. _flatpages documentation: ../flatpages/

Requires the sites_ contrib package to be installed as well.

formtools
=========

Expand Down Expand Up @@ -162,17 +173,6 @@ Examples (when 'today' is 17 Feb 2007):

.. _DATE_FORMAT: ../settings/#date_format

flatpages
=========

A framework for managing simple "flat" HTML content in a database.

See the `flatpages documentation`_.

.. _flatpages documentation: ../flatpages/

Requires the sites_ contrib package to be installed as well.

localflavor
===========

Expand Down Expand Up @@ -211,6 +211,15 @@ See the `redirects documentation`_.

.. _redirects documentation: ../redirects/

sessions
========

A framework for storing data in anonymous sessions.

See the `sessions documentation`_.

.. _sessions documentation: ../sessions/

sites
=====

Expand Down Expand Up @@ -240,6 +249,16 @@ See the `syndication documentation`_.

.. _syndication documentation: ../syndication_feeds/

webdesign
=========

Helpers and utilties targeted primarily at web designers rather than
web developers.

See the `web design helpers documentation`_.

.. _web design helpers documentaion`: ../webdesign/

Other add-ons
=============

Expand Down

0 comments on commit aa8febb

Please sign in to comment.