index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2023-03-08
1
-5
/
+19
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-30
/
+41
*
Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.
Mariusz Felisiak
2021-01-14
1
-7
/
+2
*
Refs #28215 -- Marked auth credentials as sensitive variables.
Hasan Ramezani
2020-10-28
1
-0
/
+3
*
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-21
1
-3
/
+0
*
Refs #27468 -- Made user sessions use SHA-256 algorithm.
Mariusz Felisiak
2020-04-29
1
-2
/
+7
*
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-12-10
1
-1
/
+2
*
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-14
1
-9
/
+0
*
Fixed #29258 -- Added type checking for login()'s backend argument.
Abeer Upadhyay
2018-03-28
1
-0
/
+3
*
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
1
-1
/
+1
*
Refs #25187 -- Required the authenticate() method of authentication backends ...
Tim Graham
2017-09-22
1
-37
/
+6
*
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...
Daniel Hahler
2017-05-22
1
-2
/
+3
*
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...
Tamas Szabo
2017-05-15
1
-31
/
+34
*
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...
Tim Graham
2017-02-24
1
-6
/
+20
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-11
/
+11
*
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-25
1
-1
/
+1
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Fixed #23155 -- Added request argument to user_login_failed signal.
Gavin Wahl
2016-09-12
1
-1
/
+1
*
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-12
1
-6
/
+18
*
Fixed #27009 -- Made update_session_auth_hash() rotate the session key.
Tim Graham
2016-08-15
1
-0
/
+1
*
Fixed #26614 -- Used constant_time_compare() in checking session auth hash in...
Tim Graham
2016-05-13
1
-1
/
+1
*
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-04-09
1
-1
/
+1
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-2
/
+1
*
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-03-12
1
-1
/
+1
*
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2016-01-07
1
-2
/
+16
*
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
1
-4
/
+2
*
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
2015-02-12
1
-3
/
+9
*
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...
Tim Graham
2014-12-03
1
-1
/
+14
*
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2014-11-28
1
-4
/
+9
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-2
/
+7
*
Fixed a KeyError on login with legacy sessions; refs #21649.
Tim Graham
2014-04-17
1
-1
/
+1
*
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-04-05
1
-2
/
+22
*
Removed reading of old 'django_language' session variable per deprecation tim...
Tim Graham
2014-03-21
1
-2
/
+1
*
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-22
1
-2
/
+3
*
Fixed #21790 -- Removed reliance on an assert in auth.get_user().
Tim Graham
2014-02-18
1
-6
/
+8
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-2
/
+2
*
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
1
-6
/
+2
*
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-25
1
-6
/
+3
*
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-20
1
-0
/
+6
*
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
1
-2
/
+3
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-2
/
+2
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-2
/
+2
*
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-12-12
1
-0
/
+8
*
Fixed #18171 -- Checked signature of authenticate() to avoid supressing TypeE...
Michał Górny
2013-08-28
1
-1
/
+5
*
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
1
-1
/
+14
*
Rotate CSRF token on login
Andrew Godwin
2013-05-24
1
-0
/
+2
*
Slightly reworked imports in contrib.auth.__init__
Claude Paroz
2013-05-18
1
-5
/
+4
[next]