Changeset 1172
- Timestamp:
- 11/11/05 08:54:27 (3 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
r1171 r1172 71 71 ========================= 72 72 73 Alternatively, you can use the Django template systemto generate CSV. This73 Alternatively, you can use the `Django template system`_ to generate CSV. This 74 74 is lower-level than using the convenient CSV, but the solution is presented 75 75 here for completeness. … … 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/ 118 119 .. _addslashes template filter: http://www.djangoproject.com/documentation/templates/#addslashes
