Chris Muthig
Chris Muthig
A couple of initial thoughts: 1. It can be a bit annoying to include periods inside of a URL, specifically with a PHP server. The built-in PHP server handles them...
There are some layers of the Open API spec that don't exist in JSON schema, specifically some of the meta information, but I think we could create something similar to...
I'm fine with moving input types into standard types. The different provides less support with regards to JSON schema than it did for GraphQL. GraphQL could always be handled as...
I do not have a solution for this issue right now @rjsnh1522 . My team moved to using separate processes instead of threads to avoid the issue for now.
Thanks for the response. Our team has moved to running multiple instances of the `process_tasks`command for each queue and are avoiding the threads to create a more consistent behavior. If...
I wasn't sure if the PR was a good solution or not for sure. Thanks for the response. If I have a chance to dig into this further I will...
@TeBoring do you have any timeline for the functionality?
I will work on adding some tests soon. As for use case, I am working with DRF and DRF Spectacular with `HashidAutoField`, without integer lookup support. ```python class Blog(models.Model): id...
I have added some tests based on how django-filter expects lookup names to behave. I added the name value to the `Exact` lookup as well based on these tests.
@pmdevita thanks for calling that out. There is some duplication here in that both pulls depend on leveraging the `mode` argument in `model_json_schema`. However, the other issue/pull request are also...