summaryrefslogtreecommitdiff
path: root/django/contrib/auth/mixins.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-23Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...Frantisek Holop
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann