Changes between Initial Version and Version 11 of Ticket #16412


Ignore:
Timestamp:
Sep 2, 2011, 8:01:35 AM (13 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16412

    • Property Status newreopened
    • Property Easy pickings unset
    • Property Has patch set
    • Property Severity Release blockerNormal
    • Property Triage Stage UnreviewedAccepted
    • Property Type BugCleanup/optimization
    • Property Needs tests set
  • Ticket #16412 – Description

    initial v11  
    1 Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest
     1Disabling 'django.contrib.sites' app causes error in django.contrib.auth.tests.forms.PasswordResetFormTest when running `manage.py test`
Back to Top