1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00

Fixed #6330 -- Fixed reST error in templates documentation, thanks SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-01-06 22:09:16 +00:00
parent 041e24dbde
commit 8775c17930

View File

@ -1230,7 +1230,7 @@ addslashes
Adds slashes before quotes. Useful for escaping strings in CSV, for example.
**New in Django development version**: for escaping data in JavaScript strings,
use the `escapejs` filter instead.
use the `escapejs`_ filter instead.
capfirst
~~~~~~~~