修复BUG(框架类): serializers.py 中fields 过滤bug

pull/22/head
李强 2021-04-25 20:11:05 +08:00
parent 5253b0802e
commit e86321fcd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from functools import cached_property
from django.utils.functional import cached_property
from rest_framework import serializers
from rest_framework.fields import empty