Re: OpenAPI Schema generation missing titlte

2017-08-29 Thread Dan Davis
I've now discovered that either verbose_name or label automatic flow through to the label, when looking at the Metadata using the SimpleMetadata: "actions": { "POST": { "user": { "label": "User", "type": "field", "read_only": false, "required": true

OpenAPI Schema generation missing titlte

2017-08-28 Thread Dan Davis
one) Field(name='index_type', required=True, location='form', schema=, description=None, type=None, example=None) You can see some of the Python from which I produced this brief result in a Gist - https://gist.github.com/danizen/6f441f575d04258329d65ba25ec2ea74 If you need mo

Ignore authentication on a single list_route within ViewSet?

2017-01-04 Thread Dan
a whole lot of nothing. Removing this view from the ViewSet is a last resort as I'd rather not have to hard-code a URL that mimics the ViewSet's route. I would really like to know why I can't disable auth on a single view. Any help here would be much appreciated! Than