summaryrefslogtreecommitdiff
path: root/tests/string_lookup/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/string_lookup/tests.py')
-rw-r--r--tests/string_lookup/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/string_lookup/tests.py b/tests/string_lookup/tests.py
index cc7d36061a..4a0c6c32fc 100644
--- a/tests/string_lookup/tests.py
+++ b/tests/string_lookup/tests.py
@@ -72,7 +72,8 @@ class StringLookupTests(TestCase):
"""
Regression test for #708
- "like" queries on IP address fields require casting with HOST() (on PostgreSQL).
+ "like" queries on IP address fields require casting with HOST() (on
+ PostgreSQL).
"""
a = Article(name="IP test", text="The body", submitted_from="192.0.2.100")
a.save()