Django Book 翻译
菜单>:
TOC
返回
原文:
The ``GET`` , ``POST`` , ``COOKIES`` , ``FILES`` , ``META`` , ``REQUEST`` , ``raw_post_data`` , and ``user`` attributes are all lazily loaded. That means Django doesnt spend resources calculating the values of those attributes until your code requests them.
翻译:
``GET`` , ``POST`` , ``COOKIES`` , ``FILES`` , ``META`` , ``REQUEST`` , ``raw_post_data`` 和 ``user`` 这些属性都是延迟加载的。 也就是说除非代码中访问它们,否则Django并不会花费资源来计算这些属性值。
备注:
译者: