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
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...
Joseph Victor Zammit
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-14
Fixed #34154 -- Made mixin headers consistent in auth docs.
Tony Lechner
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-17
Fixed #33443 -- Clarified when PasswordResetView sends an email.
Brad Solomon
2022-01-05
Fixed malformed attribute directives in docs.
David
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2021-02-08
Used .. attribute:: directive in authentication views docs.
Mariusz Felisiak
2020-05-13
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-27
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
Mariusz Felisiak
2020-04-24
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
Tanmay Vijay
2020-02-19
Fixed #30040 -- Used default permission name in docs examples to avoid confus...
Hasan Ramezani
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-20
Removed unnecessary backslashes from docs.
Mariusz Felisiak
2019-05-27
Doc'd that extra_email_context can be used to override default template conte...
Mariusz Felisiak
2019-05-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-04-24
Changed tuple Mate.unique_together/permissions to lists in docs.
Luke Plant
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2018-10-22
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
Tim Graham
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-07-18
Removed duplicate words in docs.
Maxime Lorant
2018-07-02
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...
Tim Graham
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-04-19
Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...
Nick Pope
2018-02-16
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
Dylan Verheul
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-06
Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
Tim Graham
2017-11-16
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Tim Graham
2017-10-28
Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" ...
Botond Beres
2017-10-25
Suggested LoginView rather than @login_required as an alternative to authenti...
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...
Tim Graham
2017-09-22
Refs #17209 -- Removed login/logout and password reset/change function-based ...
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-04-29
Fixed typo in docs/topics/auth/default.txt.
shinriyo
2017-04-26
Added content_type filtering in Permission querying example.
Nauman Tariq
[next]