Django Book 翻译
菜单>:
TOC
返回
原文:
Chapter 9 introduces generic views but leaves out some of the gory details. This appendix describes each generic view along with all the options each view can take. Be sure to read Chapter 9 before trying to understand the reference material that follows. You might want to refer back to the ``Book`` , ``Publisher`` , and ``Author`` objects defined in that chapter; the examples that follow use these models.
翻译:
第9章介绍了通用视图,但没有介绍一些底层细节。这份附录描述了每个通用视图及其所有可选项。为了理解参考资料中的内容,一定要先阅读第 9 章的内容。你可能想回顾一下该章中定义的 ``Book`` 、 ``Publisher`` 和 ``Author`` 对象;下面的例子中将继续使用这些模型。
备注:
译者: