Redundant is_active check in auth.backends.ModelBackend

2019-03-23 Thread Tobias Bengfort
See https://github.com/django/django/pull/11037 User.is_active is checked in contrib.auth.ModelBackend on all of these methods: - `get_user_permissions()` - `get_group_permissions()` - `get_all_permissions()` - `has_perm()` - `has_module_perms()` I think the last three are redundant and should b

Re: Fellow Reports - March 2019

2019-03-23 Thread Tim Graham
Week ending March 23, 2019 Triaged --- https://code.djangoproject.com/ticket/30270 - .all() for related manager always returns empty list (invalid) https://code.djangoproject.com/ticket/30277 - Django Advanced Tutorial Link doesn't lead to the intended page (fixed) https://code.djangop