Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 years ago |
Markus Holtermann
|
e5cb4e1411
Fixed #24914 -- Added authentication mixins for CBVs
|
9 years ago |
Tim Graham
|
58665dded0
Removed usage of string-based url() in auth docs.
|
9 years ago |
Raphael Michel
|
39937de7e6
Fixed #24929 -- Allowed permission_required decorator to take any iterable
|
9 years ago |
Kevin Marsh
|
10945ebeb8
Removed unused import in example code in docs/topics/auth/default.txt
|
9 years ago |
Tim Graham
|
00d763a4fb
Fixed typo in docs/topics/auth/default.txt
|
9 years ago |
Laurent Peuch
|
21efb5eb74
Enhanced registration/login.html example template.
|
10 years ago |
Tim Graham
|
3e132406e3
Fixed syntax highlighting in docs/topics/auth/default.txt
|
10 years ago |
Matt Seymour
|
fca14cd3f2
Fixed #24501 -- Improved auth.decorators.user_passes_test() example.
|
10 years ago |
Andrei Kulakov
|
e8a758e941
Fixed #24253 -- Documented staff_member_required decorator.
|
10 years ago |
Remco Kranenburg
|
f6b09a7f85
Refs #23559 -- warned about consequences of letting users edit User model in admin.
|
10 years ago |
Rik
|
eb9b7abb83
Fixed #21661 -- Expanded authentication views documentation
|
10 years ago |
Marten Kenbeek
|
8e744fa150
Stressed authentication should be successful before logging in a user.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Aymeric Augustin
|
9eb4f28e89
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
|
10 years ago |
Tim Graham
|
b6ea059b4a
Fixed #23957 -- Started deprecation toward requiring session verification.
|
10 years ago |
Berker Peksag
|
87bd13617c
Fixed #23847 -- Improved the email_check example in the auth documentation.
|
10 years ago |
Yigit Guler
|
c5132382f0
Fixed #23793 -- Clarified password reset behavior in auth docs
|
10 years ago |
Tim Graham
|
e39af5ea59
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Collin Anderson
|
e5376999fa
Refs #23276 -- Added missing url() in some places.
|
10 years ago |
Tim Graham
|
abb97cffdf
Fixed #23132 -- Removed confusing clause in auth docs.
|
10 years ago |
Iain Dawson
|
8fbf13a6c8
Replaced instances of 'his/her' with 'their'.
|
10 years ago |
Tim Graham
|
93d05536fd
Fixed #22770 -- Removed create_superuser from post_migrate signals.
|
10 years ago |
Jorge C. Leitão
|
a00b78b1e2
Fixed #17431 -- Added send_mail() method to PasswordResetForm.
|
10 years ago |
Tim Graham
|
34f4fd7024
Corrected some indentation in docs/topics/auth/default.txt.
|
10 years ago |
Víðir Valberg Guðmundsson
|
268670a3a4
Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test.
|
10 years ago |
Ray Ashman
|
9853779805
Updated grammar in description of django.contrib.auth.
|
11 years ago |
Tim Graham
|
ae5b662796
Added a note regarding django.contrib.auth.authenticate.
|
11 years ago |
Tim Graham
|
fd23c06023
Fixed #21649 -- Added optional invalidation of sessions when user password changes.
|
11 years ago |