contentful-labs / contentful.py

This project is unofficial and currently unsupported, the official SDK can be found here: https://github.com/contentful/contentful.py
Apache License 2.0
18 stars 6 forks source link

Fix for Assets returning empty fields dict #8

Closed bradwilliford closed 9 years ago

bradwilliford commented 9 years ago

Not getting the 'fields' attributes, such as title or the image properties, when I fetch Assets, just an empty dict. Looks like maybe it's being dropped here?

tomxor commented 9 years ago

:+1: not sure how this didn't show up earlier. Thanks for the report & fix! I'll add some tests and roll out a release tomorrow.

tomxor commented 9 years ago

@bradwilliford just pushed to PyPi.

bradwilliford commented 9 years ago

Sweet. Thanks!