TJHeeringa

Results 14 comments of TJHeeringa

Is there a workaround until a function like this has been properly implemented?

Rest Framework extensions is a collection of useful extensions for django rest. I see the djang cron project as such, however I realized the package django-cron does also work for...

This is the same with direct relations. With direct relations however this gives an error at https://github.com/beda-software/drf-writable-nested/blob/master/drf_writable_nested/mixins.py#L207.

I have many serializer in which I would like one related field to be writable, but not the other related fields. From the description this seems to fix that. Is...

Thank you for your quick response. I have installed the latest version of your branch in my venv using ```bash pip install git+https://github.com/claytondaley/drf-writable-nested.git@da8dc88f09faa074e99d4113cbb9c100aa65fc86#egg=drf-writable-nested ``` (posting the command as reference for...

Hi @claytondaley, I have tried to convert my setting to your new style serializer but have not succeeded. Not everything I have is completely relevant, so I will try to...

~`HyperlinkedIdentitySerializer`~`HyperlinkedModelSerializer` is a default Django Rest Framework serializer that provides an url attribute based on the lookup_field. Seems the RelatedSaveMixin doesn't get called properly when using `many=True`. When I change...

Also seems that the `ReadOnlyField`s from Django Rest Framework are breaking. I added a `ReadOnlyField` on the `Data` serializer, and got ![image](https://user-images.githubusercontent.com/16029718/103157039-6be5c000-47af-11eb-959f-2f59a1286c66.png) .

> @mhoonjeon more of a question for maintainers. I'm currently unable to run/write test cases as I noted in #132. I'm not clear what the maintainers would need to actually...

I don't know how I can add to this, but I think it a good idea to make a decision. As far as I can see there are 3 choices:...