Django Book 翻译
菜单>:
TOC
返回
原文:
Django also creates API accessors for the other side of the relationship the link from the related model to the model that defines the relationship. For example, a ``Blog`` object ``b`` has access to a list of all related ``Entry`` objects via the ``entry_set`` attribute: ``b.entry_set.all()`` .
翻译:
备注:
译者: