From a2607a5a773f3c92600dbd6b89abe38b34448f50 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 18 Mar 2025 09:23:40 +0300 Subject: [PATCH] Add `rest_framework.authtoken.models.Token.save` to allowlist --- scripts/stubtest/allowlist.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/stubtest/allowlist.txt b/scripts/stubtest/allowlist.txt index d00b68b12..3285eaf49 100644 --- a/scripts/stubtest/allowlist.txt +++ b/scripts/stubtest/allowlist.txt @@ -36,3 +36,6 @@ rest_framework.serializers.Serializer.fields # Generated objects: rest_framework.authtoken.models.Token@AnnotatedWith rest_framework.authtoken.models.TokenProxy@AnnotatedWith + +# .save() will be different soon: +rest_framework.authtoken.models.Token.save