Changeset 6788
- Timestamp:
- 12/01/07 11:07:32 (9 months ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r6247 r6788 58 58 59 59 .. _csrf documentation: ../csrf/ 60 61 flatpages 62 ========= 63 64 A framework for managing simple "flat" HTML content in a database. 65 66 See the `flatpages documentation`_. 67 68 .. _flatpages documentation: ../flatpages/ 69 70 Requires the sites_ contrib package to be installed as well. 60 71 61 72 formtools … … 163 174 .. _DATE_FORMAT: ../settings/#date_format 164 175 165 flatpages166 =========167 168 A framework for managing simple "flat" HTML content in a database.169 170 See the `flatpages documentation`_.171 172 .. _flatpages documentation: ../flatpages/173 174 Requires the sites_ contrib package to be installed as well.175 176 176 localflavor 177 177 =========== … … 212 212 .. _redirects documentation: ../redirects/ 213 213 214 sessions 215 ======== 216 217 A framework for storing data in anonymous sessions. 218 219 See the `sessions documentation`_. 220 221 .. _sessions documentation: ../sessions/ 222 214 223 sites 215 224 ===== … … 241 250 .. _syndication documentation: ../syndication_feeds/ 242 251 252 webdesign 253 ========= 254 255 Helpers and utilties targeted primarily at web designers rather than 256 web developers. 257 258 See the `web design helpers documentation`_. 259 260 .. _web design helpers documentaion`: ../webdesign/ 261 243 262 Other add-ons 244 263 =============
