8 | | I noticed this when seeing if I could convert `AuthViewsTestCase` into a mixin: |
9 | | https://github.com/django/django/blob/56f9579105c324ff15250423bf9f8bdf1634cfb4/tests/auth_tests/test_views.py |
10 | | The `AuthViewsTestCase` change could be done in a nicer way once this ticket is implemented, perhaps even as part of this ticket. |
| 8 | I noticed this when seeing if I could convert [https://github.com/django/django/blob/56f9579105c324ff15250423bf9f8bdf1634cfb4/tests/auth_tests/test_views.py#L46 AuthViewsTestCase] into a mixin. This `AuthViewsTestCase` change could be done in a nicer way once this ticket is implemented, perhaps even as part of this ticket. |