Hi Micky, sorry for my late answer but I havn't been working this week-end. I just tried your trick but it doesn't work. I don't think it's a probleme of manager, because if I want to query a subclass directly by its name, it works: ClassA.objects.all() works normally.
On 8 juil, 19:48, Micky Hulse <[email protected]> wrote: > Try adding the below to your base class: > > objects = models.Manager() # Admin uses this manager. > > Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

