Switched node_view conditions for raising MIDDLEWARE_NOT_CONFIGURED to actually check...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 16 Nov 2010 16:49:09 +0000 (11:49 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 16 Nov 2010 16:49:09 +0000 (11:49 -0500)
commit912a95819b6d8f8bb3a510c14a9f7b3cb060108a
treec23fd0b02137a3a4e3d6165f647f1a552f826ad4
parentd6479a69e07aa3b6756228159d80693aa619b6f8
Switched node_view conditions for raising MIDDLEWARE_NOT_CONFIGURED to actually check whether the middleware is configured. This allows errors in request.node evaluation to propogate and be more easily debugged.
views.py