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

Mapper class names in registry should not be required to be globally unique #63

Open
jackqu7 opened this issue Jul 5, 2015 · 1 comment
Assignees

Comments

@jackqu7
Copy link
Collaborator

jackqu7 commented Jul 5, 2015

For example, if your application includes third party libraries that define their own Kim Mappers, you're likely to have conflicts with common names such as User.

A simple workaround could be to namespace them by module, using sensible defaults to mean in most cases it's not required to use the full path.

ie. If the Nested is in foo.serializers, look there first rather than bar.serializers

@jackqu7 jackqu7 added this to the release 1.0.0 milestone Jul 5, 2015
@jackqu7 jackqu7 self-assigned this Jul 5, 2015
@jackqu7
Copy link
Collaborator Author

jackqu7 commented Jul 5, 2015

(don't forget to update the docs, which currently say it's not possible)

@mikeywaites mikeywaites removed this from the release 1.0.0 milestone Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants