Michael Gendy
Michael Gendy
@aminalaee What do you think?
And maybe a BinaryField for typesystem too ?
Can you show me your code please?
I can't see any errors in the console, all I see is the instance of the serializer only. Can you please share how did you use the serializer within the...
I can't see where do you use the serializer, please update your code with a clear example.
Hello @DarViSte, Can you share any examples that I can test?
Thank you @DarViSte I should have mentioned that in the docs, I renamed `to_representation` > `serialize` and `to_internal_value` > `deserialize` so it should be: ``` def serialize(self, instance, context): ......
Not sure what you mean by getting the whole queryset at once On Wed, 21 Sep 2022 at 10:15 PM Daria Step ***@***.***> wrote: > Hello @Mng-dev-ai > Thank you...
The way `drf-turbo` working is a little bit different than `rest_framework` so as you said when you print(xxx) the result is: `
@aminalaee Any updates?