kim icon indicating copy to clipboard operation
kim copied to clipboard

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

Open jackqu7 opened this issue 9 years ago • 1 comments

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 avatar Jul 05 '15 17:07 jackqu7

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

jackqu7 avatar Jul 05 '15 17:07 jackqu7