Skip to content

Commit 4fcb234

Browse files
authored
Add rest_framework.authtoken.models.Token.save to allowlist (#743)
1 parent 95f79f0 commit 4fcb234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/stubtest/allowlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ rest_framework.serializers.Serializer.fields
3636
# Generated objects:
3737
rest_framework.authtoken.models.Token@AnnotatedWith
3838
rest_framework.authtoken.models.TokenProxy@AnnotatedWith
39+
40+
# .save() will be different soon:
41+
rest_framework.authtoken.models.Token.save

0 commit comments

Comments
 (0)