0.13.2 dont resolve parameters with source=
and @property
#296
Labels
bug
Something isn't working
fix confirmation pending
issue has been fixed and confirmation from issue reporter is pending
Describe the bug
with
@property
for example if
MyModel
has some property defined with:and the serializer has:
drf-spectacular
fail with:django.core.exceptions.FieldDoesNotExist: MyModel has no field named 'foo'
with
source=
for example if my model has some parameters child like:
then if the serializer has:
drf-spectacular
fail with:django.core.exceptions.FieldDoesNotExist: TrackerLog has no field named 'childName1.childName2'
To Reproduce
puts that kind of parameters (there exist anothers?)
Expected behavior
works like 0.13.1
The text was updated successfully, but these errors were encountered: