index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-09-18
Fixed #23488 -- Added AnonymousUser.get_username().
Damien Baty
2014-08-01
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Tim Graham
2014-07-31
Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct d...
Jürno Ader
2014-07-21
Fixed typo in PermissionsMixin.groups.help_text.
Iain Dawson
2014-07-21
Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-07-10
Fixed #13147 -- Moved User validation logic from form to model.
Yin Jifeng
2014-06-30
Fixed #8162 -- Increased Permission.name max_length to 255 characters.
Tim Graham
2014-05-16
Fixed #15716 - Authentication backends can short-circuit authorization.
Jorge C. Leitão
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2013-11-06
Fixed #21387 -- Merge two very similar help texts.
Ramiro Morales
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21275 -- Fixed a serializer error when generating migrations for contr...
Loic Bistuer
2013-09-24
Marked PermissionsMixin.user_permissions help_text for translation
Michał Lech
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-08-29
Fixed #20881 -- Removed contrib.auth.models.AbstractUser.get_absolute_url()
Tim Graham
2013-08-14
Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()
SusanTan
2013-06-29
More import removals
Claude Paroz
2013-06-29
Removed obsolete comment. Refs #20079.
Aymeric Augustin
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-05-29
Don't hard-code class names when calling static methods
Gavin Wahl
2013-03-30
Remove unnecessary if conditions
Alisson
2013-03-01
Fixed #19945 -- Fixed default User model Meta inheritance.
matiasb
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-15
Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.
Russell Keith-Magee
2012-10-28
Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-17
Only update `last_login` instead of the whole user object in `update_last_log...
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-07-24
Fixed #18666 -- when upgrading a user's password to a new algorithm only save...
Alex Gaynor
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-10
Fixed #18093 -- Added a pk to AnonymousUser.
Aymeric Augustin
2012-04-26
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...
Claude Paroz
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-01-02
Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...
Julien Phalip
2011-12-23
Fixed #17450 -- Added missing import to auth models module forgotten in r1725...
Jannis Leidel
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-09
Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...
Adrian Holovaty
2011-11-20
Upgraded django.contrib.auth to be compatible with time zone support.
Aymeric Augustin
[next]