Commit History

Author SHA1 Message Date
  Ramiro Morales f40c91cdef [1.9.x] Added missing trailing '$' to url() patterns in docs. 8 years ago
  Ed Henderson 6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs. 8 years ago
  Tim Graham 12606d2b99 [1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache. 8 years ago
  Tim Graham 7dee62ff68 [1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking example. 8 years ago
  Tim Graham 3e1aa37422 [1.9.x] Fixed a function signature in docs/topics/auth/default.txt. 8 years ago
  Tim Graham a9fbf0735a [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Tim Graham d7a6086825 [1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs. 8 years ago
  Gavin Wahl 55fa19e4a6 [1.9.x] Fixed user_passes_test() signature in docs. 8 years ago
  Florian Apolloner 274670a33d [1.9.x] Removed deprecated usage of url tag from auth docs. 8 years ago
  Josh Soref 8897f4b0df [1.9.x] Fixed many spelling mistakes in code, comments, and docs. 9 years ago
  Bryan Marty 8e23527075 [1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_required. 9 years ago
  japrogramer ed3e066cc1 [1.9.x] Fixed typo in docs/topics/auth/default.txt. 9 years ago
  Tim Graham 0094fb6be8 [1.9.x] Documented auth's login/logout function parameters. 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