Hasan Ramezani 03dbdfd9bb Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. il y a 5 ans
..
__init__.py 03dbdfd9bb Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. il y a 5 ans
custom_permissions.py 5df0ff4155 Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses. il y a 8 ans
custom_user.py 793e9bb35a Fixed #29628 -- Made createsuperuser validate password against username and required fields. il y a 6 ans
invalid_models.py a08fda2111 Fixed #25746 -- Isolated inlined test models registration. il y a 9 ans
is_active.py 590b8c1c57 Removed unnecessary app_label='auth' on auth_tests models. il y a 9 ans
minimal.py eedc88bd4a Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. il y a 7 ans
no_password.py 8b43e9b1af Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field. il y a 6 ans
proxy.py 181fb60159 Fixed #11154, #22270 -- Made proxy model permissions use correct content type. il y a 6 ans
uuid_pk.py 6eb3ce11e4 Fixed #26089 -- Removed custom user test models from public API. il y a 9 ans
with_custom_email_field.py 5ceaf14686 Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field. il y a 7 ans
with_foreign_key.py 590b8c1c57 Removed unnecessary app_label='auth' on auth_tests models. il y a 9 ans
with_integer_username.py 975a76a964 Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. il y a 8 ans
with_last_login_attr.py 14e34dcf8c Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field. il y a 7 ans
with_many_to_many.py 03dbdfd9bb Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. il y a 5 ans