Skip to content

Commit 1fe563f

Browse files
author
Carlton Gibson
committed
Pass allow_null to UUID pk_field
— Still fails
1 parent 944a121 commit 1fe563f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_relations_pk.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ class Meta:
4747
# Nullable UUIDForeignKey
4848
class NullableUUIDForeignKeySourceSerializer(serializers.ModelSerializer):
4949
target = serializers.PrimaryKeyRelatedField(
50-
pk_field=serializers.UUIDField(),
51-
queryset=UUIDForeignKeyTarget.objects.all(),
52-
allow_empty=True)
50+
pk_field=serializers.UUIDField(allow_null=True),
51+
queryset=UUIDForeignKeyTarget.objects.all())
5352

5453
class Meta:
5554
model = NullableUUIDForeignKeySource

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy