Ask on one of the support channels to see if the ORM supports your use case. ... for p in Person.objects.raw("SELECT * FROM myapp_person"): ... print(p) .
確定! 回上一頁