Django Book 翻译
菜单>:
TOC
返回
原文:
The list/detail generic views (in the module ``django.views.generic.list_detail`` ) handle the common case of displaying a list of items at one view and individual detail views of those items at another.
翻译:
列表/详细 通用视图(位于模块 ``django.views.generic.list_detail`` 中)处理了一种常见的应用,它在一个视图中显示一个项的列表,在另外一个视图中显示列表中某个具体项的细节。
备注:
译者: