This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-10 09:25:49 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
/
models
History
Linus Lewandowski
eedc88bd4a
Fixed
#26823
-- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
2017-05-29 17:31:18 -04:00
..
__init__.py
Fixed
#26823
-- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
2017-05-29 17:31:18 -04:00
custom_permissions.py
Fixed
#28089
-- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
2017-05-06 17:05:42 -04:00
custom_user.py
Fixed
#28089
-- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
2017-05-06 17:05:42 -04:00
invalid_models.py
Fixed
#25746
-- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
is_active.py
…
minimal.py
Fixed
#26823
-- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
2017-05-29 17:31:18 -04:00
uuid_pk.py
Fixed
#26089
-- Removed custom user test models from public API.
2016-02-04 12:30:34 -05:00
with_custom_email_field.py
Fixed
#20705
-- Allowed using PasswordResetForm with user models with an email field not named 'email'.
2016-09-27 11:59:00 -04:00
with_foreign_key.py
…
with_integer_username.py
Fixed
#26951
-- Allowed AuthenticationForm to work with a username of 0.
2016-08-10 09:44:48 -04:00