Changes between Version 11 and Version 14 of Ticket #16412


Ignore:
Timestamp:
Sep 3, 2011, 7:55:13 AM (13 years ago)
Author:
Ramiro Morales
Comment:

(just fixing the mess I made with the description and summary of this ticket)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16412

    • Property Resolutionfixed
    • Property Status reopenedclosed
    • Property Triage Stage AcceptedReady for checkin
    • Property Needs tests unset
    • Property Summary Disabling an 'django.contrib.sites' app, causes 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.PasswordResetFormTestDisabling an 'django.contrib.sites' app, causes error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest
  • Ticket #16412 – Description

    v11 v14  
    1 Disabling 'django.contrib.sites' app causes error in django.contrib.auth.tests.forms.PasswordResetFormTest when running `manage.py test`
     1Try 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.
Back to Top