summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-29 15:33:42 -0400
committerChris McDonough <chrism@plope.com>2013-08-29 15:33:42 -0400
commitc0d5a5caf165d2dc3dcae08b687a8b4a7a93201c (patch)
tree42b8647b1ea631cd53e75d157a6f1af13bcf9276 /docs/api
parent230157fcc3a3d3bd4658189aa5588da41b2da840 (diff)
parent330164c3190d92a3e1df89baafba12570d03bd32 (diff)
downloadpyramid-c0d5a5caf165d2dc3dcae08b687a8b4a7a93201c.tar.gz
pyramid-c0d5a5caf165d2dc3dcae08b687a8b4a7a93201c.tar.bz2
pyramid-c0d5a5caf165d2dc3dcae08b687a8b4a7a93201c.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/request.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index a90cb1ac0..02290eaf3 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -311,6 +311,20 @@
.. versionadded:: 1.3
+ .. attribute:: localizer
+
+ A :term:`localizer` which will use the current locale name to
+ translate values.
+
+ .. versionadded:: 1.5
+
+ .. attribute:: locale_name
+
+ The locale name of the current request as computed by the
+ :term:`locale negotiator`.
+
+ .. versionadded:: 1.5
+
.. note::
For information about the API of a :term:`multidict` structure (such as