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-01-24 17:19:19 +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
…
custom_user.py
…
invalid_models.py
…
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
…
with_custom_email_field.py
…
with_foreign_key.py
…
with_integer_username.py
…