Commit 6f251819 by Joel Marcotte

Reverting commit to previous state to see if the test is only relevant to django 1.5b2

parent 01e06bcd
...@@ -794,7 +794,7 @@ class ChoiceField(WritableField): ...@@ -794,7 +794,7 @@ class ChoiceField(WritableField):
if value == smart_unicode(k2): if value == smart_unicode(k2):
return True return True
else: else:
if value == smart_unicode(k) or value == k: if value == smart_unicode(k):
return True return True
return False return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment