From 8d76443aba863b75ad3b1392ca7e1d59bad84dc4 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 24 Apr 2019 04:30:34 -0700 Subject: Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). --- tests/model_forms/tests.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/model_forms') diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index e4f24c31ee..3893eb334c 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -1197,7 +1197,7 @@ class ModelFormBasicTests(TestCase):
  • Article:
  • Categories:
  • Status:
  • Categories:
  • Status: - +
  • """ % (self.c1.pk, self.c2.pk, self.c3.pk)) @@ -1361,7 +1361,7 @@ class ModelFormBasicTests(TestCase): Article: Categories: Status:
  • Categories:
  • Status:
  • Categories:
  • Status:
  • Categories:
  • -- cgit v1.3