Changes between Initial Version and Version 5 of Ticket #9613


Ignore:
Timestamp:
Nov 16, 2008, 8:38:38 PM (15 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9613

    • Property Has patch set
    • Property Owner changed from nobody to jbronn
    • Property Status newassigned
  • Ticket #9613 – Description

    initial v5  
    22
    33This shows-up when doing regression testing of the auth module:
    4 
     4{{{
    55FAIL: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest)
    66
     
    88    self.assertEquals(response.status_code, 302)
    99AssertionError: 200 != 302
     10}}}
    1011
    1112I'm on Windows.
Back to Top