Remove metadata support#239
Conversation
Large changes like this will hit Django first, before being included in the backport.
7059349 to
451df47
Compare
|
My issue with this is that you haven't provided a replacement for your users relying on this feature. At the very least, please open a feature request to add metadata to django.tasks (I also wonder why it hasn't been done in the first place). |
That's a very entitled response. I'm still working out how best to submit these kinds of large feature changes to
I completely agree. I built it on discussion with a friend who reminded me just how crucial the functionality is. The benefit is its versatility.
This is sadly true. For now, the work-around will be to store the metadata in a side channel - perhaps another model or cache. It's far from pretty, but given that even if there was a PR merged today with support, it wouldn't be usable for another 6 months. |
|
@RealOrangeOne may I suggest to write an initial proposal to https://github.com/django/new-features to spark an initial discussion with the community? |
Large changes like this will hit Django first, before being included in the backport.