Django Book 翻译
菜单>:
TOC
返回
原文:
Theres no way to tell what the value of an ID will be before you call ``save()`` , because that value is calculated by your database, not by Django.
翻译:
在调用 ``save()`` 方法之前没有办法知道ID的值,因为这个值是数据库计算出来的,不是Django。
备注:
译者: