修复BUG(框架类): serializers.py 中fields 过滤bug
parent
5253b0802e
commit
e86321fcd0
|
@ -1,4 +1,4 @@
|
||||||
from functools import cached_property
|
from django.utils.functional import cached_property
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
Loading…
Reference in New Issue