Chapter Summary
In this chapter, we dug much deeper into Django’s models, exploring the essentials of Django’s models.
We looked at the common data management functions built into Django. We also learned about the common model methods that return QuerySets and those that don’t, model field lookups, aggregate functions, and building complex queries.
We also covered adding and overriding model managers and model methods, and had a look at how model inheritance works in Django.
In the next chapter, we will take a similar deep-dive into the inner workings of Django’s views.
当前内容版权归 djangobook 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 djangobook .