From 2bf1b2f11cf65ae39a1e0e8bc51937443bcaa033 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 18 Sep 2019 20:03:06 -0500 Subject: modify the default scan categories to be limited to only 'pyramid' --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 5f83d7c4f..c58e98d8d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -95,6 +95,12 @@ Backward Incompatibilities by the default execution policy. See https://github.com/Pylons/pyramid/pull/3496 +- ``pyramid.config.Configurator.scan`` will no longer, by default, execute + Venusian decorator callbacks registered for categories other than + ``'pyramid'``. To find any decorator regardless of category, specify + ``config.scan(..., categories=None)``. + See https://github.com/Pylons/pyramid/pull/3510 + Documentation Changes --------------------- -- cgit v1.2.3