mirror of
https://github.com/django/django.git
synced 2025-10-29 08:36:09 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
committed by
Tim Graham
parent
6acaa52386
commit
0d91225892
@@ -628,7 +628,7 @@ class LookupTests(TestCase):
|
||||
|
||||
def test_regex_non_ascii(self):
|
||||
"""
|
||||
Ensure that a regex lookup does not trip on non-ascii characters.
|
||||
Ensure that a regex lookup does not trip on non-ASCII characters.
|
||||
"""
|
||||
Player.objects.create(name='\u2660')
|
||||
Player.objects.get(name__regex='\u2660')
|
||||
|
||||
Reference in New Issue
Block a user