On Sat, Feb 23, 2019 at 9:48 PM Philip James <p...@philipjohnjames.com>
wrote:

> Hi! I think I'm misunderstanding what you're asking for. I've looked at
> every doc I can find on annotations to refresh my memory, and it looks like
> annotations only apply to query sets, not to objects? Could you say a bit
> more about your use case to help me grok what's going on?
>

When a QuerySet is annotated, each object in the results gets the
additional attribute(s) attached to it from the annotation. I think this is
a request for a signal that fires after those attributes have been added to
the model instances.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAL13Cg-XRHTxB2roFBpoQGvwELS8Tj1E6XXqiodyPOxwpn8mtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to