mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Marked bytestrings with b prefix. Refs #18269
This is a preparation for unicode literals general usage in Django (Python 3 compatibility).
This commit is contained in:
@@ -92,7 +92,7 @@ class MKLocalFlavorTests(SimpleTestCase):
|
||||
"""
|
||||
Test that the empty option is there.
|
||||
"""
|
||||
municipality_select_html = """\
|
||||
municipality_select_html = b"""\
|
||||
<select name="municipality" id="id_municipality">
|
||||
<option value="">---------</option>
|
||||
<option value="AD">Aerodrom</option>
|
||||
|
||||
Reference in New Issue
Block a user