diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eef3b42e9..b604cf1f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -60,6 +60,8 @@ Bug Fixes - `#611 `_: Naming a fixture ``request`` will now raise a warning: the ``request`` fixture is internal and should not be overwritten as it will lead to internal errors. +- `#4266 `_: Handle (ignore) exceptions raised during collection, e.g. with Django's LazySettings proxy class. + Improved Documentation diff --git a/doc/4266.bugfix.rst b/doc/4266.bugfix.rst deleted file mode 100644 index f19a7cc1f..000000000 --- a/doc/4266.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Handle (ignore) exceptions raised during collection, e.g. with Django's LazySettings proxy class.