Validating BinaryField against validators.EMPTY_VALUES raises UnicodeWarning
django/db/models/fields/__init__.py:160: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if value in validators.EMPTY_VALUES:
I don't know which test triggers this.
Change History
(6)
Component: |
Python 3 → Core (Other)
|
Summary: |
Warning when running the tests under Python 3.3 → Validating BinaryField against validators.EMPTY_VALUES raises UnicodeWarning
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
That was introduced by 8ee1eddb7e148de89aebde9e68da495633fc1ec9.