Closed ramusus closed 8 years ago
Nice, lots of improvements here it looks like.
A few things I'd like to see before merging this:
json_nested_serializer.py
file completely tested.FIELD_HISTORY_SERIALIZER_NAME
setting in the documentation somewhere.I need to look over it a bit more before giving more feedback, but those two things are a start.
Ok, agree will update PR
Also, if you want to support Django 1.7.x then put that in .travis.yml
so I can confirm all tests pass for it. Support for Django 1.7 ended on December 1, 2015, so I'm not going to do anything to add support for it. But, if you can get it working and it doesn't muddy up the codebase then I will accept the PR. Just know that if I have some feature I really want to add and it is Django 1.8+ only, then it will take precedence over keeping Django 1.7 compatibility.
@grantmcconnaughey I fixed coveralls and travis issues, added tests. I didn't update documentation, because this functionality should be supported by default, I suppose. Check, please if it ready to merge
Awesome stuff, @ramusus. Give me the weekend to take a final look and write up some release notes.
django-field-history 0.5.0 has been deployed. Thanks for the work!