Changes between Version 11 and Version 14 of Ticket #16412
- Timestamp:
- Sep 3, 2011, 7:55:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16412
- Property Resolution → fixed
- Property Status reopened → closed
- Property Triage Stage Accepted → Ready 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.PasswordResetFormTest → Disabling 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` 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.