Skip to content

Commit fe18e35

Browse files
author
Carlton Gibson
committed
Pass allow_null to PK Related Field
1 parent 944a121 commit fe18e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_relations_pk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class NullableUUIDForeignKeySourceSerializer(serializers.ModelSerializer):
4949
target = serializers.PrimaryKeyRelatedField(
5050
pk_field=serializers.UUIDField(),
5151
queryset=UUIDForeignKeyTarget.objects.all(),
52-
allow_empty=True)
52+
allow_null=True)
5353

5454
class Meta:
5555
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