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

Please support Django 1.11.x and 2.0.x #21

Open tkdchen opened 6 years ago

tkdchen commented 6 years ago

I'm a Nitrate maintainer which uses this cool package to serialize data. It has been migrated to work with Django 1.11.x and 2.0.x will be the next version to work with. Could you please update to support these two Django versions? Thank you very much.

bruth commented 6 years ago

Hi @tkdchen. I am glad you find this library useful. I don't have any time to invest right now to test the library against these new versions. I would certainly welcome a PR from you or someone from the community!

romantolkachyov commented 5 years ago

I've just create PR #22 for django 1.11. Looks like it working with no changes in sources, just need to update dependencies to not downgrade django if preserialize installed.

bruth commented 5 years ago

22 has been merged for Django 1.11.x thanks to @romantolkachyov!

tkdchen commented 5 years ago

@romantolkachyov Thank you very much 👍