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