Skip to content

Commit 44abaa7

Browse files
JaeHyuckSasobolevn
andauthored
[3.15] Omit authtoken.migration of allowlist_todo (#583)
Co-authored-by: Nikita Sobolev <[email protected]>
1 parent ede832f commit 44abaa7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/stubtest/allowlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ rest_framework.authtoken.migrations
2020
rest_framework.authtoken.migrations.0001_initial
2121
rest_framework.authtoken.migrations.0002_auto_20160226_1747
2222
rest_framework.authtoken.migrations.0003_tokenproxy
23+
rest_framework.authtoken.migrations.0004_alter_tokenproxy_options
2324

2425
# Mypy doesn't like default value `empty`
2526
rest_framework.fields.DateField.__init__

scripts/stubtest/allowlist_todo.txt

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ rest_framework.views.AsView
137137
rest_framework.views.GenericView
138138

139139
# Added in 3.15:
140-
rest_framework.authtoken.migrations.0004_alter_tokenproxy_options
141140
rest_framework.fields.Field.__class_getitem__
142141
rest_framework.filters.search_smart_split
143142
rest_framework.generics.GenericAPIView.__class_getitem__

0 commit comments

Comments
 (0)