Py学习  »  Django

Django实践:数据库查询

kinegratii • 7 年前 • 1870 次点击  

本文总结了一些Django数据库查询的实践经验。

  • 基本的增删改查
  • 分类统计:aggregate和annotate的使用
  • 实现按年/月/日统计
  • Manager和QuerySet的混合使用
  • 编写迁移文件

原文链接 https://kinegratii.github.io/2016/11/18/django-models-practice/

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/1727
 
1870 次点击