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

Change History (1)

comment:1 by Luke Plant, 13 years ago

Resolution: fixed
Status: newclosed

In [16213]:

Fixed #16002 - test failure due to missing from __future__ import with_statement

Thanks to julien for the report

Note: See TracTickets for help on using tickets.
Back to Top