#10755: contrib.auth.tests.views.PasswordResetTest fails with custom template ----------------------------------------------+----------------------------- Reporter: Atamert Ölçgen <[email protected]> | Owner: nobody Status: new | Milestone: Component: Authentication | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------------------+----------------------------- contrib.auth.tests.views.PasswordResetTest assumes templates are compatible with `registration/` templates and installs its own urlconf. My custom `registration/` template has a url tag that naturally doesn't exist in django.contrib.auth.urls conf, causing these tests to fail.
ChangePasswordTest OTOH plays nice and installs its own templates. (setUp() & tearDown()) -- Ticket URL: <http://code.djangoproject.com/ticket/10755> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
