Commit History

Author SHA1 Message Date
  Gavin Wahl ec708803f7 Fixed user_passes_test() signature in docs. 9 years ago
  Florian Apolloner 105028eec6 Removed deprecated usage of url tag from auth docs. 9 years ago
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 years ago
  Bryan Marty 9788625277 Fixed #25169 -- Documented stacking of permission_required and login_required. 9 years ago
  japrogramer a10cbbbc17 Fixed typo in docs/topics/auth/default.txt. 9 years ago
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 years ago
  Tim Graham c14b6b52ff Documented auth's login/logout function parameters. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 849037af36 Refs #23957 -- Required session verification per deprecation timeline. 9 years ago
  Tim Graham f1761e3fef Refs #21648 -- Removed is_admin_site option from password_reset() view. 9 years ago
  sujayskumar d8d853378b Fixed #24944 -- Added extra_email_context parameter to password_reset() view. 9 years ago
  Tim Graham 6c6eb8a691 Refs #24914 -- Added docs for more auth mixin methods. 9 years ago
  Tim Graham 16a8d01308 Fixed #25229 -- Clarified how an iterable works with @permission_required 9 years ago
  Alasdair Nicol 6d7a9d96fe Fixed password_reset signature in docs 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  Akis Kesoglou 29465d438e Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow customization. 9 years ago
  Tim Graham 217f173be0 Fixed #25166 -- Clarified how auth permissions are created. 9 years ago
  Tim Graham e3d1f2422c Fixed malformed Sphinx directives. 9 years ago
  Tim Graham 03aec35a12 Converted tabs to spaces in topics/auth/default.txt 9 years ago
  lukasz.wojcik 927b30a6ab Fixed #24126 -- Deprecated current_app parameter to auth views. 9 years ago
  Tim Graham 5fd83db255 Normalized indentation and line lengths in docs/topics/auth/default.txt. 9 years ago
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Markus Holtermann e5cb4e1411 Fixed #24914 -- Added authentication mixins for CBVs 9 years ago
  Tim Graham 58665dded0 Removed usage of string-based url() in auth docs. 9 years ago
  Raphael Michel 39937de7e6 Fixed #24929 -- Allowed permission_required decorator to take any iterable 9 years ago
  Kevin Marsh 10945ebeb8 Removed unused import in example code in docs/topics/auth/default.txt 9 years ago
  Tim Graham 00d763a4fb Fixed typo in docs/topics/auth/default.txt 9 years ago
  Laurent Peuch 21efb5eb74 Enhanced registration/login.html example template. 10 years ago
  Tim Graham 3e132406e3 Fixed syntax highlighting in docs/topics/auth/default.txt 10 years ago
  Matt Seymour fca14cd3f2 Fixed #24501 -- Improved auth.decorators.user_passes_test() example. 10 years ago