summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/models.py
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-07-15 05:03:28 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-07-15 05:03:28 +0000
commitb68f188628dd7e54706cd98d4aa0a36a12adfafa (patch)
tree0a9adb7dcfae8eb334e4dffc6365b31fac720e97 /tests/regressiontests/utils/models.py
parenteff675b91eac5cf1fbfc730184bb582ce8175693 (diff)
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function and added tests for several `django.utils.html` functions. Based on patch from Brian Harring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/utils/models.py')
-rw-r--r--tests/regressiontests/utils/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/utils/models.py b/tests/regressiontests/utils/models.py
new file mode 100644
index 0000000000..97a72bab14
--- /dev/null
+++ b/tests/regressiontests/utils/models.py
@@ -0,0 +1 @@
+# Test runner needs a models.py file.