Closed DjNero closed 10 years ago
You need to update your merge by pulling in upstream changes first so it will merge cleanly otherwise it's too hard to review.
The bit that's missing now is that it doesn't appear to integrate with Siraset's feature for deleting old jobs. It now needs to consider cancelled jobs as well as executed ones otherwise the cancelled ones will build up.
The group semantics and progress are going to be need to be updated in suitable ways as well. It's not 100% clear to me off the top of my head what that ought to be. There is a corner case where a group has some cancelled jobs and some un-executed ones. I don't know if that should be valid or not (at least, I can't think of a use case where we'd want that situation).
BTW, you also need to update ChangeLog and setup.py.
Can you pull from my develop and resolve the merge conflicts?
Include south migration step to migrate async_job table