django1/django
Mariusz Felisiak fac662f479
Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods."
Thanks lind-marcus for the report.

This reverts commit 0c71e0f9cf.

Regression in 0c71e0f9cf.
2022-03-30 07:31:56 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Optimized lazy wrappers a bit. 2022-03-03 06:19:11 +01:00
contrib Fixed #15619 -- Deprecated log out via GET requests. 2022-03-29 06:42:14 +02:00
core Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
db Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods." 2022-03-30 07:31:56 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Used sets for field names for exclusion. 2022-03-16 11:05:09 +01:00
http Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
middleware Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
template Removed unused Node.__iter__(). 2022-02-16 08:08:46 +01:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test Refs #31169 -- Prevented infinite loop in parallel tests with custom test runner when using spawn. 2022-03-17 10:20:13 +01:00
urls Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
utils Refs #32365 -- Deprecated django.utils.timezone.utc. 2022-03-29 14:47:44 +02:00
views Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00