Denis Orehovsky

Results 23 comments of Denis Orehovsky

Hi. Thanks. I haven't used this library for a long time and I'm not interested in doing any fixes right now. If you have some free time, you can send...

@iglosiggio @runekri3 Thank you, guys. I will appreciate if there will be some tests that cover this issue.

I'm not using hyperlinked models so I didn't even know about this bug. I don't know how difficult would it be for now, but we should try to fix it.

@robertofd1995 Hi. Thanks for the PR. Could you please add some tests?

@NDevox Hi, thanks for the PR. If I understand correctly, it passes the same child kwargs to every child serializer, correct? What if I want to pass different parameters to...

@tfranzel Yeah, I think it would be great. I've seen something similar here https://github.com/rsinger86/drf-flex-fields#lazy-ref It will be great if your PR will have tests. Thanks!

What is `data` here? Is it a dictionary? Because I think that you should instantiate your serializer like this: ```python question = QuestionCompoundSerializer(data=data) ```

@adamchainz Hi, Adam. Here's the problem. Let's say we have this serializer: ``` class ExampleSerializer(serializers.Serializer): field_a = serializers.CharField() field_b = serializers.CharField() ``` And a ViewSet: ``` class ExampleViewSet: serializer_class =...

After days of headaches, I found the problem. The problem was in file-icons package. I don't know why, but after uninstalling file-icons my linter and flake8 had become to work....