This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-11 11:02:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
deprecation
History
Michael Galler
547a07fa7e
Fixed
#31905
-- Made MiddlewareMixin call process_request()/process_response() with thread sensitive.
...
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-08-26 07:13:49 +02:00
..
__init__.py
Fixed
#15363
-- Renamed and normalized to
get_queryset
the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
test_default_hashing_algorithm.py
Fixed
#31842
-- Added DEFAULT_HASHING_ALGORITHM transitional setting.
2020-08-04 09:35:24 +02:00
test_middleware_mixin.py
Fixed
#31905
-- Made MiddlewareMixin call process_request()/process_response() with thread sensitive.
2020-08-26 07:13:49 +02:00
tests.py
Silenced warnings in deprecation tests.
2018-07-11 09:10:31 -04:00