We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97db43d commit d59eb23Copy full SHA for d59eb23
1 file changed
patch/fix-django-unicode-comparison-bug.patch
@@ -11,15 +11,7 @@
11
12
--- django/forms/widgets.py.old 2018-02-21 15:17:40.742742712 -0800
13
+++ django/forms/widgets.py 2018-02-21 15:19:57.182002508 -0800
14
-@@ -7,6 +7,7 @@
15
- import copy
16
- import datetime
17
- import re
18
-+import six
19
- from itertools import chain
20
-
21
- from django.conf import settings
22
-@@ -195,7 +196,7 @@
+@@ -195,7 +195,7 @@
23
"""
24
Return a value as it should appear when rendered in a template.
25
0 commit comments