summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
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
2015-05-21Enhanced registration/login.html example template.Laurent Peuch
2015-05-13Fixed #24789 -- Fixed wrong positional args order in doc exampleCharles Dee Rice
2015-05-11Fixed #24780 -- Removed outdated discussion of signals and custom users.Tim Graham
2015-05-05Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...Dan Watson
2015-04-07Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for cust...Tim Graham
2015-04-07Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc
2015-04-06Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler
2015-04-03Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-03-28Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-24Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-13Refs #23559 -- warned about consequences of letting users edit User model in ...Remco Kranenburg
2015-03-08Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham