When I see the docs 
(https://docs.djangoproject.com/en/1.8/ref/models/querysets/#extra), I 
notice .extra will be deprecated and removed. Is there a plan for the 
replacement? As I see it, limiting ourselves to using Manager.raw() is not 
a good idea, since you cannot work anymore on a RawQueryset object (as you 
can work on any Queryset object you called .extra). So my question is: Is 
there a good replacement for .extra being planned?


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1dcefbb5-8c8d-492f-a057-aa47a9469a18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to