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
Age
Commit message (
Expand
)
Author
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-15
Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lo...
Karmen
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
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 #25187 -- Required the authenticate() method of authentication backends ...
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-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
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
2017-03-08
Fixed #27911 -- Doc'd how to register custom User with admin.
David D Lowe
2017-03-07
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Camilo Nova
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.
Tim Graham
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2017-01-17
Refs #24126 -- Removed auth views' current_app parameter per deprecation time...
Tim Graham
2016-12-31
Removed nonexistent LogoutView context from docs.
Tim Graham
2016-11-28
Fixed typo in docs/topics/auth/customizing.txt.
Tim Graham
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-24
Fixed typo in docs/topics/auth/customizing.txt.
Alex Scott
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-11-23
Fixed #24370 -- Recommended starting with a custom user model.
Krzysztof Gogolewski
2016-11-16
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...
Tim Graham
2016-10-25
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
Jon Dufresne
2016-10-18
Fixed #27352 -- Doc'd social media fingerprinting consideration with login's ...
Markus Holtermann
2016-10-04
Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
Tim Graham
2016-09-30
Fixed #27294 -- Documented UserCreationForm's fields.
Lewis Cowles
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-09-23
Simplified has_perm() example in topics/auth/customizing.txt.
Berker Peksag
2016-09-17
Fixed a typo in docs/topics/auth/default.txt.
aruseni
2016-09-12
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-10
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-09-07
Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.
Jon Dufresne
2016-08-19
Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Tim Graham
2016-08-15
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
Tim Graham
2016-08-11
Clarified session verification with respect to the current session.
Tim Graham
2016-08-10
Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.
an0o0nym
2016-08-10
Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at th...
Tim Graham
2016-08-10
Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...
jordij
2016-07-28
Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...
Andrew Nester
[next]