mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
47e1df896b
This makes it easier to make a ModelBackend-compliant (with regards to permissions) User model. Thanks to cdestigter for the report about the relationship between ModelBackend and permissions, and to the many users on django-dev that contributed to the discussion about mixins.