Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Honor renamed fields in validation errors #3

Open
anemitz opened this issue Aug 22, 2012 · 0 comments
Open

Honor renamed fields in validation errors #3

anemitz opened this issue Aug 22, 2012 · 0 comments

Comments

@anemitz
Copy link
Member

anemitz commented Aug 22, 2012

class MyResource(Resource):
    rename_fields = { 
        'test': 'test_id'
    }
{u'field-errors': {u'test': [u'Not a valid choice']}}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant