mirror of https://github.com/django/django.git
Fixed ReST missing link in docs/outputting_csv.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a3a1fcddc5
commit
16a3822460
|
@ -22,7 +22,7 @@ and Django's ``HttpResponse`` objects are file-like objects.
|
|||
For more information on ``HttpResponse`` objects, see
|
||||
`Request and response objects`_.
|
||||
|
||||
For more information on the CSV library, see the `CSV library docs`.
|
||||
For more information on the CSV library, see the `CSV library docs`_.
|
||||
|
||||
.. _Request and response objects: http://www.djangoproject.com/documentation/request_response/
|
||||
.. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html
|
||||
|
|
Loading…
Reference in New Issue