Guard against views that throw exceptions from __init__

This commit is contained in:
Cristi Vîjdea
2018-05-12 18:14:33 +03:00
parent 713c669e28
commit 23ebe2ff3e
2 changed files with 20 additions and 8 deletions
+9
View File
@@ -3,6 +3,15 @@ Changelog
#########
*********
**1.7.3**
*********
*Release date: May 12, 2018*
- **FIXED:** views whose ``__init__`` methods throw exceptions will now be ignored during endpoint enumeration
*********
**1.7.2**
*********