Anonymous Beast

Results 6 comments of Anonymous Beast

@peterthomassen Will this be considered an issue or does everyone have to change their models and add a default value to all the fields? I would like to start work...

> I'm hoping this is considered an issue that needs to be fixed, not just because changing the front end is a PITA, but mainly because I don't think an...

> While its true that the solution above `default=None` does partially mitigate things, it is 1) a breaking change and 2) still leaves the following problem, where something like this...

I tried to reproduce the same and I am able to get the expected results. As per my understanding from whatever you have mentioned, you need to replace 'ToDoItem' with...

> I don't think so, what I have it's pretty standard. I'll look better into it and check the differences between these 2 DRF versions. I tried to reproduce the...

> ```python > serializer.is_valid(raise_exception=True) > ``` Adding this line to my code would not make any difference but I added that line to the POST view. There is no change...