mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #23919 -- Removed misc references to Python 2.
This commit is contained in:
parent
c22212220a
commit
d170c63351
34 changed files with 40 additions and 167 deletions
|
@ -164,7 +164,7 @@ class SilentAttrClass:
|
|||
|
||||
|
||||
class UTF8Class:
|
||||
"Class whose __str__ returns non-ASCII data on Python 2"
|
||||
"Class whose __str__ returns non-ASCII data"
|
||||
def __str__(self):
|
||||
return 'ŠĐĆŽćžšđ'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue