Replies: 3 comments
|
What do you mean how? You can still provide custom metadata as you did before? |
0 replies
|
But the fields are not optional. Ormar screams at me that fields are missing. What I would like to do is something like |
0 replies
|
I solved it like this. It's good enough I just don't know what are the cons of this approach. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We used to be able to create model with metaclass which made all fields optional. How can we do that with ormar>=0.20.0? To give more context, I'd like to implement
PATCHmethod and I'm looking for a way to make all fields optional.All reactions