aboutsummaryrefslogtreecommitdiff
path: root/tools/docker
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2020-04-08 22:52:26 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:35:02 +0100
commite2471e523149d582c25a842947cf58fa6fd88703 (patch)
tree5327fac30c5589a57eb6df1e420bb5f8da78ef20 /tools/docker
parent801106e3333ec0b29a490c1442f5e85d5465f345 (diff)
downloadpatchwork-e2471e523149d582c25a842947cf58fa6fd88703.tar
patchwork-e2471e523149d582c25a842947cf58fa6fd88703.tar.gz
tests: Fix escaping in bundle tests on Django 3.0
Django 3.0 switches to using Python 3's built-in HTML escaper, which prefers to escape entities using hex rather than decimal. Some of our tests check rendered HTML output against pre-escaped strings, and fail because '&#39;' is now '&#x27;'. Fix this by using the escape function so we get consistent escaping no matter which Django version. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tools/docker')
0 files changed, 0 insertions, 0 deletions