Django Book 翻译
菜单>:
TOC
返回
原文:
This is a convenience method for looking up an object and creating one if it doesnt exist. It returns a tuple of ``(object, created)`` , where ``object`` is the retrieved or created object and ``created`` is a Boolean specifying whether a new object was created.
翻译:
备注:
译者: