Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImproperlyConfigured: Field name * is not valid for model MyModel with source="*" #5137

Closed
blueyed opened this issue May 16, 2017 · 0 comments

Comments

@blueyed
Copy link
Contributor

blueyed commented May 16, 2017

#4688 causes
"ImproperlyConfigured: Field name * is not valid for model MyModel." when
using source="*".

While DRF 3.6.2 passes url to build_field, where it gets handled via build_url_field, DRF 3.6.3 passes source (*) there instead.

I will provide a PR with a failing test and a possible fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant