Changes between Initial Version and Version 1 of Ticket #34022, comment 3
- Timestamp:
- Sep 19, 2022, 5:44:12 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34022, comment 3
initial v1 1 Well, the change is backward incompatible in the sense that it changes behaviour, yes. But i tmy mind it fixes a problem which was introduced by some refactoring which changed behaviour for non-staff users by mistake.1 Well, the change is backward incompatible in the sense that it changes behaviour, yes. But in my mind it fixes a problem which was introduced by some refactoring which changed behaviour for non-staff users by mistake. 2 2 3 3 In the https://github.com/django/django/pull/16073#issuecomment-1250690063 comment I've now shown an alternative approach which would only cater to the non-staff case and as shown by the unmodified `test_client_logout_url_can_be_used_to_login` (just renamed to `test_logout_if_not_authenticated` to make its purpose more explicit), the behaviour for the unauthenticated case does not change.