index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
models.py
Age
Commit message (
Expand
)
Author
2026-04-07
Fixed #37021 -- Added Permission.user_perm_str property.
mariatta
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-04-23
Simplified UserManager.with_perm() by using get_backends().
Bona Fide IT GmbH
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2024-11-01
Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...
Sarah Boyce
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-11
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...
Lie Ryan
2020-07-06
Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...
Hasan Ramezani
2020-03-18
Fixed #31371 -- Increased User.first_name max_length to 150 characters.
Ryan Petrello
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-06-05
Refs #30226 -- Added User.get_user_permissions() method.
Tobias Bengfort
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-11-14
Fixed #29939 -- Increased Group.name max_length to 150 characters.
Timothy Allen
2018-09-26
Fixed #29782 -- Added better error message when filtering queryset with Anony...
Ramon Saraiva
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-03-04
Corrected User model docstring about required fields.
ovalseven8
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-28
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
Thom Wiggers
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2016-11-28
Quoted group name in django/contrib/auth/models.py docstring.
Nik Nyby
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-13
Used all() and a generator for PermissionsMixin.has_perms().
Curtis Maloney
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-01-08
Fixed #20846 -- Decreased User.username max_length to 150 characters.
Collin Anderson
2015-10-29
Fixed #20846 -- Increased User.username max_length to 254 characters.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
[next]