commit
3417d466c4
|
|
@ -83,5 +83,5 @@ instead of Django's QuerySet as the base class::
|
|||
...
|
||||
|
||||
class MyModel(PolymorphicModel):
|
||||
my_objects = PolymorphicManager.from_queryset(MyQuerySet)
|
||||
my_objects = PolymorphicManager.from_queryset(MyQuerySet)()
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in New Issue