mirror of
https://github.com/django/django.git
synced 2025-10-01 14:31:19 +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:
parent
041e24dbde
commit
8775c17930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue