Fix #6474: `DocFieldTransformer` raises AttributeError

This commit is contained in:
Takeshi KOMIYA
2019-08-02 02:07:40 +09:00
parent 4732ec5edf
commit ec71c4d14a
2 changed files with 10 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ Bugs fixed
* #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms
* #6620: i18n: classifiers of definition list are not translated with
docutils-0.15
* #6474: ``DocFieldTransformer`` raises AttributeError when given directive is
not a subclass of ObjectDescription
Testing
--------