1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/tests/auth_tests
Tim Graham 596564e808 [1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in the session.
This allows using a UUIDField primary key along with the JSON session
serializer.

Thanks to Trac alias jamesbeith for the report and Simon Charette
for the initial patch.

Backport of 0f7f5bc9e7 from master
2015-02-12 07:40:14 -05:00
..
fixtures
models [1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in the session. 2015-02-12 07:40:14 -05:00
templates
__init__.py
backend_alias.py
settings.py
test_auth_backends.py [1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in the session. 2015-02-12 07:40:14 -05:00
test_basic.py
test_context_processors.py
test_decorators.py
test_forms.py
test_handlers.py
test_hashers.py
test_management.py
test_middleware.py
test_models.py
test_remote_user.py
test_signals.py
test_templates.py
test_tokens.py
test_views.py
urls_admin.py
urls.py