Django Book 翻译
菜单>:
TOC
返回
原文:
.. table:: Table 15-1. Arguments Passed to process_view() +-----------+-----------------------------------------------------------------+ |Argument |Explanation | +===========+=================================================================+ |``request``|The ``HttpRequest`` object. | +-----------+-----------------------------------------------------------------+ |``view`` |The Python function that Django will call to handle this request.| | |This is the actual function object itself, not the name of the | | |function as a string. | +-----------+-----------------------------------------------------------------+ |``args`` |The list of positional arguments that will be passed to the view,| | |not including the ``request`` argument (which is always the first| | |argument to a view). | +-----------+-----------------------------------------------------------------+ |``kwargs`` |The dictionary of keyword arguments that will be passed to the | | |view. | +-----------+-----------------------------------------------------------------+
翻译:
SoSjGG
yiqzndzralaf
, [url=http://gjemutbubtxu.com/]gjemutbubtxu[/url], [link=http://zgdgecnxtllq.com/]zgdgecnxtllq[/link], http://gtldsopsugix.com/
备注:
译者: