flask-mongorest icon indicating copy to clipboard operation
flask-mongorest copied to clipboard

Honor renamed fields in validation errors

Open anemitz opened this issue 12 years ago • 0 comments

class MyResource(Resource):
    rename_fields = { 
        'test': 'test_id'
    }
{u'field-errors': {u'test': [u'Not a valid choice']}}

anemitz avatar Aug 22 '12 21:08 anemitz