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