File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ rest_framework.authtoken.migrations
20
20
rest_framework.authtoken.migrations.0001_initial
21
21
rest_framework.authtoken.migrations.0002_auto_20160226_1747
22
22
rest_framework.authtoken.migrations.0003_tokenproxy
23
+ rest_framework.authtoken.migrations.0004_alter_tokenproxy_options
23
24
24
25
# Mypy doesn't like default value `empty`
25
26
rest_framework.fields.DateField.__init__
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ rest_framework.views.AsView
137
137
rest_framework.views.GenericView
138
138
139
139
# Added in 3.15:
140
- rest_framework.authtoken.migrations.0004_alter_tokenproxy_options
141
140
rest_framework.fields.Field.__class_getitem__
142
141
rest_framework.filters.search_smart_split
143
142
rest_framework.generics.GenericAPIView.__class_getitem__
You can’t perform that action at this time.
0 commit comments