Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 69698e4

Browse files
committed
Merge pull request #151 from mikebiglan/master
Fixes #150 "AttributeError: 'module' object has no attribute 'serializers'"
2 parents 8e08e1a + ac14d94 commit 69698e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_framework_jwt/compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import rest_framework
2+
import rest_framework.serializers
23
from django.forms import widgets
34
from distutils.version import StrictVersion
45

0 commit comments

Comments
 (0)