Django

Code

Changeset 1172

Show
Ignore:
Timestamp:
11/11/05 08:54:27 (3 years ago)
Author:
adrian
Message:

Added a link to docs/outputting_csv.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/outputting_csv.txt

    r1171 r1172  
    7171========================= 
    7272 
    73 Alternatively, you can use the Django template system to generate CSV. This 
     73Alternatively, you can use the `Django template system`_ to generate CSV. This 
    7474is lower-level than using the convenient CSV, but the solution is presented 
    7575here for completeness. 
     
    116116have single or double quotes in it, you can remove the ``addslashes`` filters. 
    117117 
     118.. _Django template system: http://www.djangoproject.com/documentation/templates/ 
    118119.. _addslashes template filter: http://www.djangoproject.com/documentation/templates/#addslashes