django-preserialize icon indicating copy to clipboard operation
django-preserialize copied to clipboard

Please support Django 1.11.x and 2.0.x

Open tkdchen opened this issue 7 years ago • 4 comments
trafficstars

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.

tkdchen avatar May 07 '18 14:05 tkdchen

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!

bruth avatar May 07 '18 14:05 bruth

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.

romantolkachyov avatar Oct 26 '18 13:10 romantolkachyov

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

bruth avatar Oct 27 '18 15:10 bruth

@romantolkachyov Thank you very much 👍

tkdchen avatar Nov 11 '18 08:11 tkdchen