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-02-06 07:25:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
queries
History
Jacob Rief
40bfd7b09a
Fixed
#35011
, Refs
#28900
-- Added tests for QuerySet.union() with multiple models and DateTimeField annotations.
...
Ticket was resolved by 65ad4ade74dc9208b9d686a451cd6045df0c9c3a as part of
#28900
.
2024-11-08 13:16:44 +01:00
..
__init__.py
…
models.py
…
test_bulk_update.py
…
test_contains.py
…
test_db_returning.py
…
test_explain.py
Fixed
#35856
-- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+.
2024-10-30 15:54:48 +01:00
test_iterator.py
…
test_q.py
Fixed
#35712
-- Prevented Q.check() from leaving the connection in an unusable state.
2024-09-02 17:00:55 +02:00
test_qs_combinators.py
Fixed
#35011
, Refs
#28900
-- Added tests for QuerySet.union() with multiple models and DateTimeField annotations.
2024-11-08 13:16:44 +01:00
test_query.py
…
test_sqlcompiler.py
…
tests.py
…