Skip to content

Commit cb8281b

Browse files
auvipypauloxnet
andauthored
Update rest_framework/serializers.py
Co-authored-by: Paolo Melchiorre <[email protected]>
1 parent 310aa8c commit cb8281b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest_framework/serializers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,6 @@ def get_unique_together_validators(self):
16181618
)
16191619

16201620
field_names = tuple(source_map[f][0] for f in unique_together)
1621-
condition_fields = tuple(source_map[f][0] for f in condition_fields)
16221621
validator = UniqueTogetherValidator(
16231622
queryset=queryset,
16241623
fields=field_names,

0 commit comments

Comments
 (0)