提交历史

作者 SHA1 备注 提交日期
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 年之前
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 年之前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年之前
  Sergey Fedoseev f1783ee479 Corrected Permission.max_length in docs; refs #8162. 10 年之前
  Damien Baty ad491ecc6e Fixed #23488 -- Added AnonymousUser.get_username(). 10 年之前
  Tim Graham a2479f46f3 Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null. 10 年之前
  Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. 10 年之前
  Tim Graham 5359188b08 Fixed docs/ref/contrib/auth.txt so that sphinx links work properly. 10 年之前
  Tim Graham 150d88cc2c Restored is_anonymous() check in ModelBackend permission checking removed in refs #17903. 10 年之前
  Jorge C. Leitão c33447a50c Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive users. 10 年之前
  Jorge C. Leitão cc35bd461d Fixed #7599 -- Added get_user_permissions to ModelBackend. 11 年之前
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 年之前
  Tim Graham 26d118c3fe Moved RemoteUserBackend documentation to reference guide. 11 年之前
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 年之前
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 年之前
  Tim Graham 0150830687 Fixed #21710 -- Documented User.get_short_name() 11 年之前
  Phaneendra Chiruvella bd72c2acb6 Minor typo fix in django.contrib.auth.models.User docs 11 年之前
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 年之前
  SusanTan 71c491972e Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail() 11 年之前
  Jaime Irurzun f96fe3cd1e Clarify meaning of models.User.is_authenticated() 11 年之前
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 年之前
  Ramiro Morales c196564132 Removed custom profile model functionality as per deprecation TL. 11 年之前
  Erik Romijn 2c4fe761a0 Fixed #20593 -- Allow blank passwords in check_password() and set_password() 11 年之前
  Tim Graham ac4d82b94a Fixed #9913 - Clarified User.is_authenticated docs. 12 年之前
  Claude Paroz 6d3b0c33dc Fixed #19960 -- Fixed sentence in contrib.auth signals docs 12 年之前
  Preston Holmes c44d748272 Fixed #19662 -- alter auth modelbackend to accept custom username fields 12 年之前
  Tim Graham 4da5947a87 Fixed #19588 - Added create_superuser to UserManager docs. 12 年之前
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 年之前
  Tim Graham 067505ad19 Fixed broken links, round 4. refs #19516 12 年之前
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation 12 年之前