Commit History

Author SHA1 Message Date
  Andrei Kulakov e8a758e941 Fixed #24253 -- Documented staff_member_required decorator. 10 years ago
  Remco Kranenburg f6b09a7f85 Refs #23559 -- warned about consequences of letting users edit User model in admin. 10 years ago
  Rik eb9b7abb83 Fixed #21661 -- Expanded authentication views documentation 10 years ago
  Marten Kenbeek 8e744fa150 Stressed authentication should be successful before logging in a user. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 10 years ago
  Tim Graham b6ea059b4a Fixed #23957 -- Started deprecation toward requiring session verification. 10 years ago
  Berker Peksag 87bd13617c Fixed #23847 -- Improved the email_check example in the auth documentation. 10 years ago
  Yigit Guler c5132382f0 Fixed #23793 -- Clarified password reset behavior in auth docs 10 years ago
  Tim Graham e39af5ea59 Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset(). 10 years ago
  areski 9d6551204e Removed unnecessary code-block directives. 10 years ago
  Collin Anderson e5376999fa Refs #23276 -- Added missing url() in some places. 10 years ago
  Tim Graham abb97cffdf Fixed #23132 -- Removed confusing clause in auth docs. 10 years ago
  Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. 10 years ago
  Tim Graham 93d05536fd Fixed #22770 -- Removed create_superuser from post_migrate signals. 10 years ago
  Jorge C. Leitão a00b78b1e2 Fixed #17431 -- Added send_mail() method to PasswordResetForm. 10 years ago
  Tim Graham 34f4fd7024 Corrected some indentation in docs/topics/auth/default.txt. 10 years ago
  Víðir Valberg Guðmundsson 268670a3a4 Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test. 10 years ago
  Ray Ashman 9853779805 Updated grammar in description of django.contrib.auth. 11 years ago
  Tim Graham ae5b662796 Added a note regarding django.contrib.auth.authenticate. 11 years ago
  Tim Graham fd23c06023 Fixed #21649 -- Added optional invalidation of sessions when user password changes. 11 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Tim Graham 5840445664 Fixed #22006 -- Documented how to write a login_required mixin for CBVs. 11 years ago
  Aymeric Augustin 9ffab9cee1 Moved RequestSite and get_current_site. 11 years ago
  Aymeric Augustin 2ff93e027c Fixed #21829 -- Added default AppConfigs. 11 years ago
  Tim Graham 5f9790072d Fixed #20834 -- Described how caching of user permissions works. 11 years ago
  Tim Graham b87c59b04b Removed some unnecessary __exact operators in filters. 11 years ago
  Tim Graham d35f2bfd5b Fixed #21727 -- Added some links to help clarify topics/auth/default.txt 11 years ago
  Tim Graham 51e6575472 Fixed #21294 -- Clarified the logout next_page argument. 11 years ago
  Tim Graham cc2049cdd7 Fixed #21325 -- Added missing argument to permission_required decorator. 11 years ago