diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-17 20:58:12 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-17 20:58:12 -0500 |
| commit | 3885448eea74d4c79bf34dae0fb3a7fc767cb85c (patch) | |
| tree | b4b03d3caf5b890d82363e0168541e5c10cb1be0 /docs/whatsnew-1.3.rst | |
| parent | 305d23f9e9dd095f4fdface116a2155bd86a453c (diff) | |
| download | pyramid-3885448eea74d4c79bf34dae0fb3a7fc767cb85c.tar.gz pyramid-3885448eea74d4c79bf34dae0fb3a7fc767cb85c.tar.bz2 pyramid-3885448eea74d4c79bf34dae0fb3a7fc767cb85c.zip | |
docs rearranging / fixing
Diffstat (limited to 'docs/whatsnew-1.3.rst')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index acb884d49..d2df88093 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -243,11 +243,6 @@ Minor Feature Additions - We allow extra keyword arguments to be passed to the :meth:`pyramid.config.Configurator.action` method. -- New API: :meth:`pyramid.config.Configurator.set_request_property`. Add lazy - property descriptors to a request without changing the request factory. - This method provides conflict detection and is the suggested way to add - properties to a request. - - Responses generated by Pyramid's :class:`pyramid.views.static_view` now use a ``wsgi.file_wrapper`` (see http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling) @@ -318,7 +313,7 @@ Minor Feature Additions partially. - A new API named :meth:`pyramid.request.Request.resource_path` now exists. - It works like :meth:`pyramid.request.Request.resource_url`` but produces a + It works like :meth:`pyramid.request.Request.resource_url` but produces a relative URL rather than an absolute one. - The :meth:`pyramid.request.Request.route_url` API now accepts these |
