pip install django-dirtyfields doesn't pull the most up-to-date code
Closed this issue · 8 comments
pip install django-dirtyfields
doesn't pull the correct codebase.
For instance, is_dirty doesn't even have the check_relationship param as per the code downloaded. For now I am working around this by making pip download from head of master branch.
Hi @prathapsridharan ,
We have not yet released the latest version on pypi. @smn , I think it can be good to talk about when releasing a new version.
Thank you! I figured that might have been the case but just wanted to let you know if there was indeed some other issue.
Cheers,
Prathap
@romgar if you follow the Git flow release process it'll result in a new release on Pypi. Just make sure to update the version number and have it conform with semver.org's recommendations on what the next reasonable version number is?
Ok !! I think the check_relationship
parameter deserves a new minor release, as it brings new behaviour to dirtyfields.
wanted to ask the same actually. Any short term plans for a new version release? that'd be great, indeed the check_relationship improvement would be quite helpful for a task I'm working on right now. Keep up the good work, by the way!
Hi @angelo-romano , I expect to spend some time really soon (days).
@angelo-romano version 0.4 (with check_relationship
) is released, enjoy !