Commit History

Author SHA1 Message Date
  Arthur Rio 181fb60159 Fixed #11154, #22270 -- Made proxy model permissions use correct content type. 6 years ago
  Josh Schneier 8b43e9b1af Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field. 6 years ago
  Mikhail Porokhovnichenko 14e34dcf8c Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field. 7 years ago
  Linus Lewandowski eedc88bd4a Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 7 years ago
  Olexander Yermakov 975a76a964 Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. 8 years ago
  Alexander Gaevsky e0a3d93730 Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 9 years ago
  Simon Charette 6eb3ce11e4 Fixed #26089 -- Removed custom user test models from public API. 9 years ago
  Simon Charette a08fda2111 Fixed #25746 -- Isolated inlined test models registration. 9 years ago
  Tim Graham 7da3923ba0 Sorted imports in __init__.py files. 9 years ago
  Tim Graham 0f7f5bc9e7 Fixed #24161 -- Stored the user primary key as a serialized value in the session. 10 years ago
  Tim Graham 5ab327a389 Moved non-documented auth test models to the new test location. 10 years ago