summaryrefslogtreecommitdiff
path: root/docs/topics/auth/default.txt
AgeCommit message (Expand)Author
2015-11-12[1.8.x] Fixed #25169 -- Documented stacking of permission_required and login_...Bryan Marty
2015-11-03[1.8.x] Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-09-28[1.8.x] Documented auth's login/logout function parameters.Tim Graham
2015-08-05[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham
2015-08-04[1.8.x] Fixed password_reset signature in docsAlasdair Nicol
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-25[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-21[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-17[1.8.x] Removed usage of string-based url() in auth docs.Tim Graham
2015-05-27[1.8.x] Removed unused import in example code in docs/topics/auth/default.txtKevin Marsh
2015-05-22[1.8.x] Fixed typo in docs/topics/auth/default.txtTim Graham
2015-05-21[1.8.x] Enhanced registration/login.html example template.Laurent Peuch
2015-03-28[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-24[1.8.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-13[1.8.x] Refs #23559 -- warned about consequences of letting users edit User m...Remco Kranenburg
2015-03-08[1.8.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05[1.8.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-11-27Fixed #23847 -- Improved the email_check example in the auth documentation.Berker Peksag
2014-11-15Fixed #23793 -- Clarified password reset behavior in auth docsYigit Guler
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-07-30Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-04-22Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-16Added a note regarding django.contrib.auth.authenticate.Tim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-22Fixed #20834 -- Described how caching of user permissions works.Tim Graham
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-16Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
2013-10-30Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Fixed #20855 -- Added documentation of current_app and extra_context params t...Justin Michalicek