mistral-dashboard/mistraldashboard/action_executions
Takashi Kajinami f12ae10c68 Replace deprecated django.conf.urls.url()
This method is deprecated in Django 3.1[1], in favor of
django.urls.re_path(), and triggers the following warning.

RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor
of django.urls.re_path().

This was already fixed in Horizon by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] d9266fd82c1f0acc6b7236a6dc9b7e510985eb13

Change-Id: I5f7fcb7fd49d81415385ae410a9ebfecd58ef120
2022-07-11 02:47:50 +00:00
..
templates/action_executions Update the URLs 2017-08-07 17:04:35 +05:30
__init__.py mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
forms.py Replace deprecated ugettext_lazy and ungettext_lazy 2022-07-11 02:47:44 +00:00
panel.py Replace deprecated ugettext_lazy and ungettext_lazy 2022-07-11 02:47:44 +00:00
tables.py Replace deprecated ugettext_lazy and ungettext_lazy 2022-07-11 02:47:44 +00:00
tests.py Add the unit test for update_action_execution 2019-06-24 10:48:29 +08:00
urls.py Replace deprecated django.conf.urls.url() 2022-07-11 02:47:50 +00:00
views.py Replace deprecated ugettext_lazy and ungettext_lazy 2022-07-11 02:47:44 +00:00