Changes between Initial Version and Version 5 of Ticket #9613
- Timestamp:
- 11/16/2008 08:38:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9613
- Property Owner changed from nobody to jbronn
-
Property
Status
changed from
new
toassigned
- Property Has patch set
-
Ticket #9613 – Description
initial v5 2 2 3 3 This shows-up when doing regression testing of the auth module: 4 4 {{{ 5 5 FAIL: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest) 6 6 … … 8 8 self.assertEquals(response.status_code, 302) 9 9 AssertionError: 200 != 302 10 }}} 10 11 11 12 I'm on Windows.