summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-15 01:16:20 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-11-15 01:16:20 +0000
commit0349d83289f0d88069eccfead78b71da8e158d41 (patch)
tree67681c4d3bb4f198fc9fcef6782f4511740cd8bf /tests/regressiontests/admin_widgets
parentbca14cd3c8685f0c8d6a24583e3de33f94f8910b (diff)
Fixed #6948 -- The join filter was escaping the literal value that was
passed in for the connector. This was contrary to what the documentation for autoescaping said and to what every other filter does with literal strings as arguments. This is backwards incompatible for the situation of the literal string containing one of the five special HTML characters: if you were writing {{ foo|join:"&" }}, you now have to write {{ foo| join:"&amp;" }}. Previous behaviour was, as noted, a bug and contrary to what was documented and expected. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_widgets')
0 files changed, 0 insertions, 0 deletions