File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{% load i18n %}{% load static %}
22< form method ="get " action ="{% url 'djdt:history_refresh' %} ">
3- {{ refresh_form }}
3+ {{ refresh_form.as_div }}
44 < button class ="refreshHistory "> Refresh</ button >
55</ form >
66< table class ="djdt-max-height-100 ">
Original file line number Diff line number Diff line change 4343 </ td >
4444 < td class ="djdt-actions ">
4545 < form method ="get " action ="{% url 'djdt:history_sidebar' %} ">
46- {{ store_context.form }}
46+ {{ store_context.form.as_div }}
4747 < button data-store-id ="{{ id }} " class ="switchHistory "> Switch</ button >
4848 </ form >
4949 </ td >
Original file line number Diff line number Diff line change 7777 {% if query.params %}
7878 {% if query.is_select %}
7979 < form method ="post ">
80- {{ query.form }}
80+ {{ query.form.as_div }}
8181 < button formaction ="{% url 'djdt:sql_select' %} " class ="remoteCall "> Sel</ button >
8282 < button formaction ="{% url 'djdt:sql_explain' %} " class ="remoteCall "> Expl</ button >
8383 {% if query.vendor == 'mysql' %}
Original file line number Diff line number Diff line change 99 workaround for ``INTERNAL_IPS ``.
1010* Display a better error message when the toolbar's requests
1111 return invalid json.
12+ * Render forms with ``as_div `` to silence Django 5.0 deprecation warnings.
1213
13144.3.0 (2024-02-01)
1415------------------
You can’t perform that action at this time.
0 commit comments