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

Merge pull request !22 from 李强/dvadmin-liqianglog
pull/22/MERGE
李强 2021-04-27 08:51:42 +08:00 committed by Gitee
commit b10b467d8c
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