django/tests/foreign_object
SaJH 8c621e9642
Some checks are pending
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36580 -- Fixed constraint validation crash when condition uses a ForeignObject.
Follow-up to e44e8327d3. Refs #36222.
2025-09-16 10:25:16 -04:00
..
models Refs #36580 -- Added coverage for excluding ForeignObject from constraint validation. 2025-09-16 10:25:16 -04:00
__init__.py
test_agnostic_order_trimjoin.py Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2022-10-08 08:07:38 +02:00
test_empty_join.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_tuple_lookups.py Fixed #36149 -- Allowed subquery values against tuple exact and in lookups. 2025-02-11 09:08:35 +01:00
tests.py Fixed #36580 -- Fixed constraint validation crash when condition uses a ForeignObject. 2025-09-16 10:25:16 -04:00