1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django
2020-08-28 13:35:13 +02:00
..
apps Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module. 2020-08-10 20:16:45 +02:00
bin
conf Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator. 2020-08-28 05:57:36 +02:00
contrib Refs #31928 -- Made SessionMiddleware call super().__init__(). 2020-08-28 12:33:15 +02:00
core Fixed #31907 -- Fixed missing validate_key() calls in cache backends. 2020-08-24 09:41:21 +02:00
db Fixed #31954 -- Fixed migration optimization for MTI model creation with parent model with mixed case app label. 2020-08-28 13:35:13 +02:00
dispatch
forms
http
middleware Fixed #31928 -- Fixed detecting an async get_response in various middlewares. 2020-08-28 12:33:15 +02:00
template
templatetags
test Added missing items to django.test.client.__all__ and django.test.utils.__all__. 2020-08-14 11:48:04 +02:00
urls
utils Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response() with thread sensitive. 2020-08-26 07:13:49 +02:00
views Fixed #31942 -- Made settings cleansing work with dictionary settings with non-string keys. 2020-08-26 11:59:37 +02:00
__init__.py
__main__.py
shortcuts.py