mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
parent
3152146e3a
commit
505fec6bad
33 changed files with 41 additions and 41 deletions
|
@ -44,7 +44,7 @@ class BasicTestCase(TestCase):
|
|||
def test_unicode_username(self):
|
||||
User.objects.create_user('jörg')
|
||||
User.objects.create_user('Григорий')
|
||||
# Two equivalent unicode normalized usernames should be duplicates
|
||||
# Two equivalent Unicode normalized usernames are duplicates.
|
||||
omega_username = 'iamtheΩ' # U+03A9 GREEK CAPITAL LETTER OMEGA
|
||||
ohm_username = 'iamtheΩ' # U+2126 OHM SIGN
|
||||
User.objects.create_user(ohm_username)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue