From 31f7fc6bb24995376bb74d7de6866f5bf2b322c8 Mon Sep 17 00:00:00 2001 From: Robin Cernin Date: Mon, 15 Apr 2019 10:22:15 +1000 Subject: Deprecate exceptions.check_message exceptions.handle() is used in most cases consistently. check_message() is a legacy which was introduced when exceptions were not well classified. exceptions.handle() should cover all common error scenarios and there is no role played by check_messages(). Let's clean up its usage and deprecate it for the future removal. Co-Authored-By: Akihiro Motoki Change-Id: I545b6c666d13d39cf5287ccc7c972dc746faf2fb Closes-Bug: #1339885 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 45fa08d33..cdc8bd7ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 # Horizon Core Requirements Babel!=2.4.0,>=2.3.4 # BSD +debtcollector>=1.2.0 # Apache-2.0 Django<2,>=1.11;python_version<'3.0' # BSD Django>=1.11;python_version>='3.0' # BSD django-babel>=0.6.2 # BSD -- cgit v1.2.1