Kristoffer K Larsen
Kristoffer K Larsen
One possible solution is to add the fields as `@property` is this the "best" way of doing this, or are there other solutions I just dont have figured out yet?...
> You can use [resolver functions](https://django-ninja.rest-framework.com/guides/response/#resolvers): > > ```python > class ProductSchema(ninja.ModelSchema): > class Config(BaseSchema.Config): > model = Product > model_fields = "__all__" > > price: float > > @staticmethod...
The following fix solves the issue in all cases when there is no annotation object as then the value for the json patch generated is a dict ``` template =...
Yeah, agree with the points made, unfortunately the project have not seen some work in some time. You are welcome to make a Pull Request If you like!
Im seeing the same issue Getting the page ref with widget.P() worked for a document i had, but an almost identical document could not find the pageref, is there anything...