Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/auth
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in docs/topics/auth/default.txt.japrogramer2015-11-031-1/+1
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+2
* Documented auth's login/logout function parameters.Tim Graham2015-09-281-2/+2
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-242-18/+4
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-242-30/+12
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-6/+1
* Refs #24115 -- Added docs for password updates on bcrypt ...Tim Graham2015-09-231-3/+7
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-191-1/+8
* Refs #24914 -- Added docs for more auth mixin methods.Tim Graham2015-08-201-16/+43
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-3/+3
* Fixed #25229 -- Clarified how an iterable works with @per...Tim Graham2015-08-051-1/+2
* Fixed password_reset signature in docsAlasdair Nicol2015-08-041-1/+1
* Fixed #25202 -- Fixed typo in docs/topics/auth/customizin...Tim Graham2015-07-311-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+5
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-14/+14
* Fixed #25142 -- Added PermissionRequiredMixin.has_permiss...Akis Kesoglou2015-07-271-0/+15
* Fixed #25166 -- Clarified how auth permissions are created.Tim Graham2015-07-252-6/+8
* Fixed malformed Sphinx directives.Tim Graham2015-07-251-1/+1
* Converted tabs to spaces in topics/auth/default.txtTim Graham2015-07-241-3/+3
* Fixed #24126 -- Deprecated current_app parameter to auth ...lukasz.wojcik2015-07-211-0/+45
* Normalized indentation and line lengths in docs/topics/au...Tim Graham2015-07-211-36/+37
* Refs #16860 -- Moved password_changed() logic to Abstract...Tim Graham2015-07-201-0/+5
* Fixed #25083 -- Added SessionAuthenticationMiddleware to ...Nick Sweeting2015-07-101-1/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann2015-06-171-12/+149
* Removed usage of string-based url() in auth docs.Tim Graham2015-06-171-2/+4
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-11/+19
* Fixed #24929 -- Allowed permission_required decorator to ...Raphael Michel2015-06-081-1/+6
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-071-0/+214
* Fixed #24910 -- Added createsuperuser support for non-uni...Alasdair Nicol2015-06-061-7/+10
* Removed unused import in example code in docs/topics/auth...Kevin Marsh2015-05-271-1/+1
* Fixed typo in docs/topics/auth/default.txtTim Graham2015-05-221-2/+2
* Enhanced registration/login.html example template.Laurent Peuch2015-05-221-0/+12
* Fixed #24789 -- Fixed wrong positional args order in doc ...Charles Dee Rice2015-05-131-1/+1
* Fixed #24780 -- Removed outdated discussion of signals an...Tim Graham2015-05-111-9/+0
* Fixed #24564 -- Moved AbstractBaseUser and BaseUserManage...Dan Watson2015-05-051-0/+10
* Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an...Tim Graham2015-04-071-4/+7
* Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc2015-04-071-0/+7
* Added admonition about reusable apps and AUTH_USER_PROFILE.Thomas Güttler2015-04-071-0/+8
* Fixed #24556 -- Added reminder about HTTPS to passwords d...Sam Thursfield2015-04-031-0/+8
* Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham2015-03-281-0/+4
* Fixed #24501 -- Improved auth.decorators.user_passes_test...Matt Seymour2015-03-241-4/+9
* Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov2015-03-131-1/+9
* Refs #23559 -- warned about consequences of letting users...Remco Kranenburg2015-03-131-0/+5
* Fixed #21661 -- Expanded authentication views documentationRik2015-03-081-9/+69
* Stressed authentication should be successful before loggi...Marten Kenbeek2015-03-051-2/+2
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-032-8/+8
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-022-27/+10
* Removed doc note about PasswordResetForm requiring an int...Tim Graham2015-01-011-3/+3
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-5/+5