- May 07, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows to remove the custom get method
-
Samuel GAIST authored
This view only concerns one object at a time
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to log the exceptions comming from DRF in case they cannot be properly propagated back to the user.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow the use of model managers.
-
Samuel GAIST authored
It was a JSONField however it should be a CharField. It worked because the DRF JSONField does not actually do type checks so a string can be dumped and it passes the validation successfully.
-
Samuel GAIST authored
It was a JSONField however it should be a CharField. It worked because the DRF JSONField does not actually do type checks so a string can be dumped and it passes the validation successfully.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
If given a string, tries to load its json content and then continue using the base class.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
And normalize custom fields imports/use.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This includes both save and to_representation.
-
Samuel GAIST authored
-
Samuel GAIST authored
Also improves coverage, code related change tests were not properly done.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Also improves coverage, code related change tests were not properly done.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-