Closes #21302: Avoid redundant uniqueness checks in REST API serializers #437

Closed
opened 2026-04-05 16:32:41 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 1/30/2026

Closes: #21302

Pass validate_unique=False when calling full_clean() on the instance. The serializer already validates fields with individual unique constraints.

*Originally created by @jeremystretch on 1/30/2026* ### Closes: #21302 Pass `validate_unique=False` when calling `full_clean()` on the instance. The serializer already validates fields with individual unique constraints.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#437