Django Book 翻译
菜单>:
TOC
返回
原文:
Like ``ForeignKey`` , ``ManyToManyField`` can specify ``related_name`` . In the preceding example, if the ``ManyToManyField`` in ``Entry`` had specified ``related_name='entries'`` , then each ``Author`` instance would have an ``entries`` attribute instead of ``entry_set`` .
翻译:
备注:
译者: