bruth / django-preserialize

Convert your model instances and querysets into dicts and list with style.
http://bruth.github.io/django-preserialize
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

Update to use Django 1.10 _meta API #17

Closed scottp-dpaw closed 7 years ago

bruth commented 7 years ago

@scottp-dpaw Thanks for the contribution! Do you mind updating the .travis.yml to reflect the supported versions?

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 90.104% when pulling f5849385474c893f0664767cd9f8c83aa91ac731 on scottp-dpaw:master into 1783fe847db8d826623e60f1bc370d62642fb47b on bruth:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 90.104% when pulling 20ad71a76b67f6a68d4dd92ae153d5c736ef94f8 on scottp-dpaw:master into 1783fe847db8d826623e60f1bc370d62642fb47b on bruth:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 90.104% when pulling 20ad71a76b67f6a68d4dd92ae153d5c736ef94f8 on scottp-dpaw:master into 1783fe847db8d826623e60f1bc370d62642fb47b on bruth:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 90.104% when pulling 20ad71a76b67f6a68d4dd92ae153d5c736ef94f8 on scottp-dpaw:master into 1783fe847db8d826623e60f1bc370d62642fb47b on bruth:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 90.104% when pulling 20ad71a76b67f6a68d4dd92ae153d5c736ef94f8 on scottp-dpaw:master into 1783fe847db8d826623e60f1bc370d62642fb47b on bruth:master.

scottp-dpaw commented 7 years ago

No worries. I wasn't sure if removing the older versions was the right approach, it wouldn't be the hardest thing in the world to check and stub in the old methods, I just ran out of time

bruth commented 7 years ago

@scottp-dpaw Thanks. Yes good point. I may just do that.

bruth commented 7 years ago

Or create and release a new major version with this change.