summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 22:00:43 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 22:00:43 -0500
commit5f47801ae33d89a0ac87d9d227639d60aed23ff1 (patch)
tree695b1fb6cb493a01af4a3e05ca1fda9f2674f166 /TODO.txt
parentdd2944cca90c8cbb2f0733a04442d047100df383 (diff)
downloadpyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.tar.gz
pyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.tar.bz2
pyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.zip
- Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config``
(a backwards compatibility shim) now issues a deprecation warning.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 09ca50585..5b78e2a74 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,8 +22,6 @@ Must-Have (before 1.0)
- Add docs for ``route_path`` and ``route_url``, etc to Request API docs (see
also https://github.com/Pylons/pyramid/issues#issue/19).
-- Deprecate ``@bfg_view``.
-
- Reversing (context, request) in function view callable arglist produces
incomprehensible traceback::