Phoenix-Chen / ContentfulORM

A Python toolkit for Contentful to let you create/maintain your Content Types and queries in ORM style.
5 stars 1 forks source link

problem with camel case #8

Open cchorn opened 4 years ago

cchorn commented 4 years ago

If I use camel case for the class (which mirrors the content type ID) this does not appear to work.

For example, following this by using the class name in camel case in a query does not work.

kfconsultant commented 11 months ago

just tried it out ... confirmed what cchorn encountered ... Class myObjectTesting .... the id became "myobjecttesting" and expected the id = "myObjectTesting" . Also, it is not support short text type and json type either.