Loudr / pale

Rest-ish API definition library for Python web apps
MIT License
11 stars 3 forks source link

ResourceList does not instantiate item_type with a name #33

Open soundofjw opened 8 years ago

soundofjw commented 8 years ago

The following error is thrown when defining a ResourceList with a specific uninstantiated item_type, due to a missing name attribute.

AttributeError: 'xxx' object has no attribute 'name'
soundofjw commented 8 years ago

Additionally, we discussed renaming name to _name :eyeglasses: