We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d525fd commit 59233d7Copy full SHA for 59233d7
tests/test_on_conflict.py
@@ -267,9 +267,9 @@ def test_on_conflict_unique_together(conflict_action):
267
268
269
@pytest.mark.parametrize("conflict_action", CONFLICT_ACTIONS)
270
-def test_on_conflict_unique_together2(conflict_action):
+def test_on_conflict_unique_together_fk(conflict_action):
271
"""Asserts that inserts on models with a unique_together
272
- works properly."""
+ and a foreign key relationship works properly."""
273
274
model = get_fake_model({
275
'name': models.CharField(max_length=140)
0 commit comments