Skip to content

Commit d77c8d1

Browse files
committed
Update with discussion link instead of PR
1 parent 3263030 commit d77c8d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/trust_relationships/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Meta:
6666
# Declared manually — since DRF 3.16 it can't auto-generate a validator
6767
# for `unique_live_issuer_audience`, whose condition is on `deleted_at`,
6868
# a field not writable here. `objects` excludes soft-deleted rows.
69-
# https://github.com/encode/django-rest-framework/pull/9360
69+
# https://github.com/encode/django-rest-framework/discussions/9777
7070
validators = [
7171
UniqueTogetherValidator(
7272
queryset=TrustRelationship.objects.all(),

0 commit comments

Comments
 (0)