Opened 13 years ago
Closed 13 years ago
#16002 closed Bug (fixed)
Failture with csrf_tests on Python 2.5
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | CSRF | Version: | 1.3 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It is simply missing "from __future__ import with_statement
" at the top of django/tests/regressiontests/csrf_tests/tests.py
Note:
See TracTickets
for help on using tickets.
In [16213]: