Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a73588aa58
commit
aa8febb3f1
|
@ -58,6 +58,17 @@ See the `csrf documentation`_.
|
||||||
|
|
||||||
.. _csrf documentation: ../csrf/
|
.. _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
|
formtools
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
@ -162,17 +173,6 @@ Examples (when 'today' is 17 Feb 2007):
|
||||||
|
|
||||||
.. _DATE_FORMAT: ../settings/#date_format
|
.. _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
|
localflavor
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
@ -211,6 +211,15 @@ See the `redirects documentation`_.
|
||||||
|
|
||||||
.. _redirects documentation: ../redirects/
|
.. _redirects documentation: ../redirects/
|
||||||
|
|
||||||
|
sessions
|
||||||
|
========
|
||||||
|
|
||||||
|
A framework for storing data in anonymous sessions.
|
||||||
|
|
||||||
|
See the `sessions documentation`_.
|
||||||
|
|
||||||
|
.. _sessions documentation: ../sessions/
|
||||||
|
|
||||||
sites
|
sites
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -240,6 +249,16 @@ See the `syndication documentation`_.
|
||||||
|
|
||||||
.. _syndication documentation: ../syndication_feeds/
|
.. _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
|
Other add-ons
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue