We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9717ad6 commit 4ffdf7cCopy full SHA for 4ffdf7c
debug_toolbar/templates/panels/settings.html
@@ -9,7 +9,7 @@
9
</tr>
10
</thead>
11
<tbody>
12
- {% for key, value in settings.dict(exclude=exclude).items() %}
+ {% for key, value in settings.model_dump(exclude=exclude).items() %}
13
<tr>
14
<td>{{ key|escape }}</td>
15
<td><code>{{ value|pprint|escape }}</code></td>
0 commit comments