horizon/openstack_dashboard/dashboards/project/instances
Akihiro Motoki 5c61331ff2 Django 4.2: Adjust instance detail template
The template for the instance detail overview uses Django template
filters to define a default value for metadata with an empty value.
This usage looks magic and does not work with Django 4.2.
It looks like this is an undocumented/unspecified behavior.
This commit changes it to use {% if %} template syntax instead of
depending on the unspcified behavior.

Closes-Bug: #2040129
Change-Id: Ida5b2a721f2657347c174e386d2e023dffd64b1b
2023-10-23 15:36:49 +09:00
..
templates/instances Django 4.2: Adjust instance detail template 2023-10-23 15:36:49 +09:00
workflows Merge "Address RemovedInDjango40Warning (2)" 2022-03-03 10:14:04 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
console.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
forms.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
interfaces_tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tables.py Remove ability to filter instances by VCPUs 2022-03-31 09:19:33 +11:00
tabs.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
utils.py Avoid extra flavor_get in resize server form 2022-03-04 22:50:42 +01:00
views.py Fix Image Filter for images with None names 2023-01-06 12:40:28 -05:00