|
@@ -323,17 +323,18 @@ Your custom reporter class needs to inherit from
|
|
|
|
|
|
.. versionadded:: 3.2
|
|
|
|
|
|
- A :class:`pathlib.Path` representing the absolute filesystem path to a
|
|
|
- template for rendering the HTML representation of the exception.
|
|
|
- Defaults to the Django provided template.
|
|
|
+ Property that returns a :class:`pathlib.Path` representing the absolute
|
|
|
+ filesystem path to a template for rendering the HTML representation of
|
|
|
+ the exception. Defaults to the Django provided template.
|
|
|
|
|
|
.. attribute:: text_template_path
|
|
|
|
|
|
.. versionadded:: 3.2
|
|
|
|
|
|
- A :class:`pathlib.Path` representing the absolute filesystem path to a
|
|
|
- template for rendering the plain-text representation of the exception.
|
|
|
- Defaults to the Django provided template.
|
|
|
+ Property that returns a :class:`pathlib.Path` representing the absolute
|
|
|
+ filesystem path to a template for rendering the plain-text
|
|
|
+ representation of the exception. Defaults to the Django provided
|
|
|
+ template.
|
|
|
|
|
|
.. method:: get_traceback_data()
|
|
|
|