Author: ubernostrum Date: 2007-12-01 11:07:32 -0600 (Sat, 01 Dec 2007) New Revision: 6788
Modified: django/trunk/docs/add_ons.txt Log: Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt Modified: django/trunk/docs/add_ons.txt =================================================================== --- django/trunk/docs/add_ons.txt 2007-12-01 16:58:52 UTC (rev 6787) +++ django/trunk/docs/add_ons.txt 2007-12-01 17:07:32 UTC (rev 6788) @@ -58,6 +58,17 @@ .. _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 ========= @@ -162,17 +173,6 @@ .. _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 =========== @@ -211,6 +211,15 @@ .. _redirects documentation: ../redirects/ +sessions +======== + +A framework for storing data in anonymous sessions. + +See the `sessions documentation`_. + +.. _sessions documentation: ../sessions/ + sites ===== @@ -240,6 +249,16 @@ .. _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 ============= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
