home / django_tickets / tickets

tickets: 8797

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8797 2008-09-02 14:56:07 2011-11-22 07:43:42 2022-03-06 03:43:11.729761 Design decision needed closed contrib.auth Bug Normal dev worksforme django password reset tests assume hardcoded urls in `django/contrib/auth/tests/views.py` there are lines like e.g.: {{{ response = self.client.post('/password_reset/', {'email': 'not_a_real_email@email.com'}) }}} When one associates the password views with different urls in urls.py these tests will fail because of the hardcoded `'/password_reset/'`. SmileyChris teh   0 0 0 0 0 0
Powered by Datasette · Queries took 1.335ms