From 5f47801ae33d89a0ac87d9d227639d60aed23ff1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 22:00:43 -0500 Subject: - Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config`` (a backwards compatibility shim) now issues a deprecation warning. --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') 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:: -- cgit v1.2.3