1
0
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:
Claude Paroz
2012-05-19 17:43:34 +02:00
parent 822d6d6dab
commit 38408f8007
44 changed files with 296 additions and 295 deletions

View File

@@ -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>