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
2026-04-07
Fixed #37021 -- Added Permission.user_perm_str property.
mariatta
2026-02-27
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-09-03
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...
Natalia
2024-08-22
Sorted alphabetically forms list in docs/topics/auth/default.txt.
nessita
2024-08-19
Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.
Natalia
2024-08-08
Refs #31405 -- Improved LoginRequiredMiddleware documentation.
Adam Johnson
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2024-03-07
Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...
Dingning
2024-02-20
Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.
Fabian Braun
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-22
Fixed typo in docs/topics/auth/default.txt.
Adrienne Franke
2023-12-15
Fixed typos in docs.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-09-14
Refs #15619 -- Removed deprecated annotation about logging out via GET requests.
Mariusz Felisiak
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-07
Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
Jon Janzen
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #15619 -- Removed support for logging out via GET requests.
Mariusz Felisiak
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
[next]