Patrick Cloke

Results 339 comments of Patrick Cloke

You might be able to explicitly fire other tasks from the batch task, but that can cause issues if you're not careful (I can't seem to find the warning in...

Thanks for filing this, you're correct that this is definitely a missing feature. I don't think it would be *too* hard to add, but I'm unsure. The "tracer" in celery-batches...

Looking a bit more about this, we'd have to handle `bind=True`, I think? Unless there's a way to retry on tasks that don't bind?

I don't think any of the Django [expressions](https://docs.djangoproject.com/en/dev/ref/models/expressions/) currently work with django-querysetsequence, it would likely not be *too* hard to add, but unsure -- the ordering logic can get a...

> Do you think you'll have time to take a look? Hopefully soon, but I have been rather busy recently. We removed the `query` property from `QuerySetSequence` at some point...

> Hi @clokep , Sorry for bothering you, but will you have a time to check it anytime soon? I hope to get to it soon, but have been busy...

Can you add some tests to this? Do you know if Django admin using these values is considered "wrong" or if they're meant to be public APIs? I can't find...

@mauroka I don't have any plans to implement `distinct()` at the moment, it's not needed for my application. I could definitely set aside time to offer guidance and review a...

Sounds great! Let me know if you have more questions.

@sanjeevjohal It probably depends on your specific application. I suspect this would be easier to implement now that the internals of `QuerySetSequence` are much simpler.