Erdem Ozkol
Erdem Ozkol
Hi, I am trying to order the search result by prioritising. I implemented a score integer field for search index document and ordering search result with this field. like this:...
Hi I am looking to store object data on GAE search API. I didn't see any information about in google documentation. Probably, they are not given support for this implementation....
I have discovered `BaseRequest` class removed from werkzeug later 2.1.0 version. [Related discussion here.](https://github.com/pallets/werkzeug/issues/2360#issuecomment-1081009270) The package works fine in `2.0.3` version as well as tested. However, would be great if...
I couldn't create a pull request for the issue due to limited time but it seems like built-in `AuthenticationFailed` exception class has an inheritance order issue. https://github.com/eadwinCode/django-ninja-jwt/blob/master/ninja_jwt/exceptions.py#L35 This class doesn't...
I couldn't build the package with the new changes, likely because of an outdated `setup.py` configuration, but the field implementation works in `Django 5.0.2` as I tested. PS: The current...