Commit History

Author SHA1 Message Date
  Tim Graham a2479f46f3 Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null. 10 years ago
  Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. 10 years ago
  Tim Graham 5359188b08 Fixed docs/ref/contrib/auth.txt so that sphinx links work properly. 10 years ago
  Tim Graham 150d88cc2c Restored is_anonymous() check in ModelBackend permission checking removed in refs #17903. 10 years ago
  Jorge C. Leitão c33447a50c Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive users. 10 years ago
  Jorge C. Leitão cc35bd461d Fixed #7599 -- Added get_user_permissions to ModelBackend. 10 years ago
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 years ago
  Tim Graham 26d118c3fe Moved RemoteUserBackend documentation to reference guide. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 10 years ago
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 10 years ago
  Tim Graham 0150830687 Fixed #21710 -- Documented User.get_short_name() 10 years ago
  Phaneendra Chiruvella bd72c2acb6 Minor typo fix in django.contrib.auth.models.User docs 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  SusanTan 71c491972e Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail() 11 years ago
  Jaime Irurzun f96fe3cd1e Clarify meaning of models.User.is_authenticated() 11 years ago
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 years ago
  Ramiro Morales c196564132 Removed custom profile model functionality as per deprecation TL. 11 years ago
  Erik Romijn 2c4fe761a0 Fixed #20593 -- Allow blank passwords in check_password() and set_password() 11 years ago
  Tim Graham ac4d82b94a Fixed #9913 - Clarified User.is_authenticated docs. 11 years ago
  Claude Paroz 6d3b0c33dc Fixed #19960 -- Fixed sentence in contrib.auth signals docs 11 years ago
  Preston Holmes c44d748272 Fixed #19662 -- alter auth modelbackend to accept custom username fields 11 years ago
  Tim Graham 4da5947a87 Fixed #19588 - Added create_superuser to UserManager docs. 11 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 11 years ago
  Tim Graham 067505ad19 Fixed broken links, round 4. refs #19516 11 years ago
  Preston Holmes 11ded967c4 Fixed #19498 -- refactored auth documentation 11 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Jacob Kaplan-Moss 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 16 years ago