Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5b922100c9
commit
8a6a3342fc
337 changed files with 16571 additions and 4891 deletions
|
@ -59,7 +59,7 @@
|
|||
{{ super() }}
|
||||
|
||||
{% for dec in class.decorators %}
|
||||
{% if dec.value.function.name == "deprecated_test_class" %}
|
||||
{% if dec.value.function is defined and dec.value.function.name == "deprecated_test_class" %}
|
||||
<img alt="Static Badge" src="https://img.shields.io/badge/DEPRECATED-yellow?style=flat&logoSize=auto">
|
||||
{% for arg in dec.value.arguments | selectattr("name", "equalto", "removal_in_version") | list %}
|
||||
<img alt="Static Badge" src="https://img.shields.io/badge/REMOVAL-{{ arg.value[1:-1] }}-grey?style=flat&logoSize=auto&labelColor=red">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue