Added a link to docs/outputting_csv.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-11 14:54:27 +00:00
parent 16a3822460
commit c62b427b12
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ mention:
Using the template system
=========================
Alternatively, you can use the Django template system to generate CSV. This
Alternatively, you can use the `Django template system`_ to generate CSV. This
is lower-level than using the convenient CSV, but the solution is presented
here for completeness.
@ -115,4 +115,5 @@ a line of CSV for each row. It uses the `addslashes template filter`_ to ensure
there aren't any problems with quotes. If you can be certain your data doesn't
have single or double quotes in it, you can remove the ``addslashes`` filters.
.. _Django template system: http://www.djangoproject.com/documentation/templates/
.. _addslashes template filter: http://www.djangoproject.com/documentation/templates/#addslashes