Even ignoring the select_related then - the fact is that user.post_set works and user.betterpost_set won't work, seemingly as the result of using model inheritance.
Perhaps I could get all of the posts (post and betterposts) and then filter by time? Does that make sense / is there a way to do that in the template? R On Jun 23, 5:40 pm, Micky Hulse <rgmi...@gmail.com> wrote: > On Thu, Jun 23, 2011 at 2:17 PM, bruno desthuilliers > > <bruno.desthuilli...@gmail.com> wrote: > > FWIW, I have been using model inheritance - abstract and concrete - in > > half a dozen projects, with about 30 model subclasses in one of them, > > and it JustWorks(tm). > > That sounds pretty sweet! :D > > I would love to see some examples. > > I have been using abstract models for some of my projects... I find > them extremely useful: > > https://gist.github.com/1043698 > > It works for me... Of course, I am still a noobie to Python/Django, so > may the feedback be kind. :: crosses fingers :: :D -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.