#36709: System checks for `is_authenticated` (auth.C010) and 'is_anonymous'
(auth.C009) fail to detect @staticmethod overrides
-------------------------------------+-------------------------------------
Reporter: stan shaw | Owner: Harsh
| Jain
Type: Bug | Status: assigned
Component: contrib.auth | Version: 5.2
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls):
* summary:
Bug Report: `manage.py check` Fails to Detect `@staticmethod` Override
for `is_authenticated` (auth.C010) and 'is_anonymous' (auth.C009)
=>
System checks for `is_authenticated` (auth.C010) and 'is_anonymous'
(auth.C009) fail to detect @staticmethod overrides
--
Ticket URL: <
https://code.djangoproject.com/ticket/36709#comment:3>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.