Opened 14 years ago
Closed 14 years ago
#16210 closed Bug (fixed)
Model validation tests broken in Python 2.5 after [16348]
Description ¶
Just need to add "from __future__ import with_statement
" at the top of source:django/trunk/tests/modeltests/validation/test_unique.py
Change History (7)
comment:1 by , 14 years ago
Keywords: | with added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
by , 14 years ago
Attachment: | 16210.with_statement.diff added |
---|
comment:2 by , 14 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:3 by , 14 years ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Version: | 1.3 → SVN |
comment:4 by , 14 years ago
A patch wasn't absolutely necessary here, but it will make the fix that much quicker to be applied ;)
comment:5 by , 14 years ago
I just checked there were no other instances of this problem in the codebase.
Note:
See TracTickets
for help on using tickets.
I was beat to it. Alas! ;-)