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-06-27
[1.10.x] Added missing trailing '$' to url() patterns in docs.
Ramiro Morales
2016-06-03
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-18
Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...
Tim Graham
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-03-21
Fixed #26392 -- Corrected login_required/permission_required stacking example.
Tim Graham
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-24
Fixed a function signature in docs/topics/auth/default.txt.
Tim Graham
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2015-12-08
Fixed user_passes_test() signature in docs.
Gavin Wahl
2015-12-05
Removed deprecated usage of url tag from auth docs.
Florian Apolloner
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-12
Fixed #25169 -- Documented stacking of permission_required and login_required.
Bryan Marty
2015-11-03
Fixed typo in docs/topics/auth/default.txt.
japrogramer
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-28
Documented auth's login/logout function parameters.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #21648 -- Removed is_admin_site option from password_reset() view.
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
[next]