summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-14[1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-04-18[1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear ...Tim Graham
2016-03-21[1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-24[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-23[1.9.x] Fixed spelling errorMarkus Holtermann
2016-02-22[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22[1.9.x] Fixed import location of check_password() in docs.Daniel Quinn
2016-02-17[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag
2016-02-02[1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2015-12-08[1.9.x] Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-08[1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
2015-12-05[1.9.x] Removed deprecated usage of url tag from auth docs.Florian Apolloner
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02[1.9.x] Updated link to 1000 common passwords.Eliezer Kanal
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-12[1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-11-12[1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_...Bryan Marty
2015-11-03[1.9.x] Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-09-28[1.9.x] Documented auth's login/logout function parameters.Tim Graham
2015-09-22Refs #24115 -- Added docs for password updates on bcrypt rounds change.Tim Graham
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-08-20Refs #24914 -- Added docs for more auth mixin methods.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-05Fixed #25229 -- Clarified how an iterable works with @permission_requiredTim Graham
2015-08-04Fixed password_reset signature in docsAlasdair Nicol
2015-07-31Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txtTim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-07-25Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-24Converted tabs to spaces in topics/auth/default.txtTim Graham
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-21Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-07-10Fixed #25083 -- Added SessionAuthenticationMiddleware to auth installation docsNick Sweeting
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann
2015-06-17Removed usage of string-based url() in auth docs.Tim Graham
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-08Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-05-27Removed unused import in example code in docs/topics/auth/default.txtKevin Marsh
2015-05-22Fixed typo in docs/topics/auth/default.txtTim Graham