We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d708ac commit 844e9ddCopy full SHA for 844e9dd
rest_framework/__init__.py
@@ -22,8 +22,6 @@
22
# Default datetime input and output formats
23
ISO_8601 = 'iso-8601'
24
25
-default_app_config = 'rest_framework.apps.RestFrameworkConfig'
26
-
27
28
class RemovedInDRF313Warning(DeprecationWarning):
29
pass
rest_framework/authtoken/__init__.py
@@ -1 +0,0 @@
1
-default_app_config = 'rest_framework.authtoken.apps.AuthTokenConfig'
0 commit comments