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-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
/
models
History
Jacob Walls
0362b0e986
Fixed
#26615
-- Made password reset token invalidate when changing email.
...
Co-Authored-By: Silas Barta <sbarta@gmail.com>
2020-10-21 09:29:53 +02:00
..
__init__.py
Fixed
#26615
-- Made password reset token invalidate when changing email.
2020-10-21 09:29:53 +02:00
custom_permissions.py
…
custom_user.py
Fixed
#29628
-- Made createsuperuser validate password against username and required fields.
2018-08-04 08:44:25 -04:00
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
no_password.py
Fixed
#29616
-- Fixed createsuperuser for user models that don't have a password field.
2018-08-05 14:26:03 -04:00
proxy.py
Fixed
#11154
,
#22270
-- Made proxy model permissions use correct content type.
2019-01-16 10:07:28 -05:00
uuid_pk.py
…
with_custom_email_field.py
Fixed
#26615
-- Made password reset token invalidate when changing email.
2020-10-21 09:29:53 +02:00
with_foreign_key.py
…
with_integer_username.py
…
with_last_login_attr.py
Fixed
#29132
-- Avoided connecting update_last_login() handler if User.last_login isn't a field.
2018-02-21 10:36:31 -05:00
with_many_to_many.py
Fixed
#29019
-- Added ManyToManyField support to REQUIRED_FIELDS.
2019-08-26 14:48:40 +02:00