Andrew Northall
|
c23aa73626
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
|
3 years ago |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 years ago |
ThinkChaos
|
b99d6c9cbc
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
|
7 years ago |
Mariusz Felisiak
|
59841170ba
Used .. attribute:: directive in authentication views docs.
|
3 years ago |
Nick Pope
|
feb91dbda1
Used :mimetype: role in various docs.
|
4 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
4 years ago |
Mariusz Felisiak
|
ca769c8c13
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
|
4 years ago |
Tanmay Vijay
|
e43abbbd70
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
|
4 years ago |
Hasan Ramezani
|
b7795d7673
Fixed #30040 -- Used default permission name in docs examples to avoid confusion.
|
4 years ago |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Mariusz Felisiak
|
9aeac29949
Removed unnecessary backslashes from docs.
|
5 years ago |
Mariusz Felisiak
|
8bdc7a6778
Doc'd that extra_email_context can be used to override default template context values in PasswordResetView.
|
5 years ago |
Rob
|
58df8aa40f
Fixed #28780 -- Allowed specyfing a token parameter displayed in password reset URLs.
|
5 years ago |
Luke Plant
|
0c916255eb
Changed tuple Mate.unique_together/permissions to lists in docs.
|
5 years ago |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
5 years ago |
Tim Graham
|
043407ec7e
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
|
6 years ago |
Stephen James
|
e40e7026ca
Fixed #29683 -- Added view permission to docs.
|
6 years ago |
Maxime Lorant
|
31407fa3b3
Removed duplicate words in docs.
|
6 years ago |
Tim Graham
|
f3fa86a89b
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
|
6 years ago |
olivierdalang
|
825f0beda8
Fixed #8936 -- Added a view permission and a read-only admin.
|
6 years ago |
Nick Pope
|
df90e462d9
Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user.
|
6 years ago |
Dylan Verheul
|
9b1125bfc7
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
|
7 years ago |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
6 years ago |
shanghui
|
3333d935d2
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
|
7 years ago |
Tim Graham
|
4114b441ee
Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
|
7 years ago |
Tim Graham
|
d392fc293c
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
|
7 years ago |
Botond Beres
|
51d7feff87
Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" template variable.
|
7 years ago |