Changeset 4420 for django/trunk/docs/outputting_csv.txt
- Timestamp:
- 01/24/07 14:08:47 (2 years ago)
- Files:
-
- django/trunk/docs/outputting_csv.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/outputting_csv.txt
r2809 r4420 25 25 For more information on the CSV library, see the `CSV library docs`_. 26 26 27 .. _Request and response objects: http://www.djangoproject.com/documentation/request_response/27 .. _Request and response objects: ../request_response/ 28 28 .. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html 29 29 … … 116 116 have single or double quotes in it, you can remove the ``addslashes`` filters. 117 117 118 .. _Django template system: http://www.djangoproject.com/documentation/templates/119 .. _addslashes template filter: http://www.djangoproject.com/documentation/templates/#addslashes118 .. _Django template system: ../templates/ 119 .. _addslashes template filter: ../templates/#addslashes
