Matt Covalt

Results 4 comments of Matt Covalt

Queries performed against the endpoints should still use valid authz. The behavior that they are documented to a user without authn could probably be changed. It's likely a setting somewhere...

This is a slightly too "magic" version of [field-level validation in Django REST Framework](https://www.django-rest-framework.org/api-guide/serializers/#field-level-validation). The idea is that a `validate_` method on a serializer will validate the said field before...

That's a good idea and I'm sure it wouldn't be too hard to do. Let's keep this issue open if someone wants to tackle it.

I built a [package with binary releases for all major platforms](https://github.com/mcovalt/jsonnetbin) (Windows/Linux/macOS). ``` pip install jsonnetbin ``` I really only changed setup.py to not use `make` and just use the...