index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
auth
/
default.txt
Age
Commit message (
Expand
)
Author
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
2015-12-08
[1.9.x] Fixed user_passes_test() signature in docs.
Gavin Wahl
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-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-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-08-20
Refs #24914 -- Added docs for more auth mixin methods.
Tim Graham
2015-08-05
Fixed #25229 -- Clarified how an iterable works with @permission_required
Tim Graham
2015-08-04
Fixed password_reset signature in docs
Alasdair Nicol
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-27
Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...
Akis Kesoglou
2015-07-25
Fixed #25166 -- Clarified how auth permissions are created.
Tim Graham
2015-07-25
Fixed malformed Sphinx directives.
Tim Graham
2015-07-24
Converted tabs to spaces in topics/auth/default.txt
Tim Graham
2015-07-21
Fixed #24126 -- Deprecated current_app parameter to auth views.
lukasz.wojcik
2015-07-21
Normalized indentation and line lengths in docs/topics/auth/default.txt.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann
2015-06-17
Removed usage of string-based url() in auth docs.
Tim Graham
2015-06-08
Fixed #24929 -- Allowed permission_required decorator to take any iterable
Raphael Michel
2015-05-27
Removed unused import in example code in docs/topics/auth/default.txt
Kevin Marsh
2015-05-22
Fixed typo in docs/topics/auth/default.txt
Tim Graham
2015-05-21
Enhanced registration/login.html example template.
Laurent Peuch
2015-03-28
Fixed syntax highlighting in docs/topics/auth/default.txt
Tim Graham
2015-03-24
Fixed #24501 -- Improved auth.decorators.user_passes_test() example.
Matt Seymour
2015-03-13
Fixed #24253 -- Documented staff_member_required decorator.
Andrei Kulakov
2015-03-13
Refs #23559 -- warned about consequences of letting users edit User model in ...
Remco Kranenburg
2015-03-08
Fixed #21661 -- Expanded authentication views documentation
Rik
2015-03-05
Stressed authentication should be successful before logging in a user.
Marten Kenbeek
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-05
Fixed #23957 -- Started deprecation toward requiring session verification.
Tim Graham
2014-11-27
Fixed #23847 -- Improved the email_check example in the auth documentation.
Berker Peksag
2014-11-15
Fixed #23793 -- Clarified password reset behavior in auth docs
Yigit Guler
2014-08-23
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
Tim Graham
2014-08-19
Removed unnecessary code-block directives.
areski
2014-08-13
Refs #23276 -- Added missing url() in some places.
Collin Anderson
2014-07-30
Fixed #23132 -- Removed confusing clause in auth docs.
Tim Graham
2014-07-21
Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-06-10
Fixed #22770 -- Removed create_superuser from post_migrate signals.
Tim Graham
2014-06-10
Fixed #17431 -- Added send_mail() method to PasswordResetForm.
Jorge C. Leitão
2014-06-10
Corrected some indentation in docs/topics/auth/default.txt.
Tim Graham
2014-05-17
Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...
Víðir Valberg Guðmundsson
2014-04-22
Updated grammar in description of django.contrib.auth.
Ray Ashman
2014-04-16
Added a note regarding django.contrib.auth.authenticate.
Tim Graham
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
[next]