Closed moranabadie closed 1 year ago
You have a typo in the doc (and it is not python ^) :
class LargeOrdersQueySet(CTEQuerySet): return self.filter(amount__gt=100) class Order(Model): large = LargeOrdersQueySet.as_manager()
You have a typo in the doc (and it is not python ^) :