Changes between Initial Version and Version 5 of Ticket #9613
- Timestamp:
- Nov 16, 2008, 8:38:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9613
- Property Has patch set
- Property Owner changed from to
- Property Status new → assigned
-
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.