Refactor/improve inspect plugin and Execute panel in preparation for runtime dependencies features #329

Merged
blacklight merged 27 commits from 271/runtime-integrations into master 2023-10-12 02:51:46 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0c818d3fe0 - Show all commits

View File

@ -72,7 +72,7 @@ class RstExtensionsMixin:
("[" if obj.many else "")
+ "{\n"
+ tw.indent(
"\n".join(
",\n".join(
(
(
"# " + field.metadata["description"] + "\n"