vertical-knowledge / ripozo

A tool for quickly creating REST/HATEOAS/Hypermedia APIs in python
http://ripozo.readthedocs.org/
GNU General Public License v2.0
201 stars 22 forks source link

@translate with validators should only return the relevant fields #46

Closed timmartin19 closed 9 years ago

timmartin19 commented 9 years ago

In other words, they should be able to lookup "create_fields" or something like that and only append those.

timmartin19 commented 9 years ago

Fixed in #47