ironic-ui/ironic_ui/test
manchandavishal 16c4d0a63c Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I4d64f8ecd2fd665dd4133603dce078e043d00177
2022-04-29 22:00:59 +05:30
..
integration Add ironic-ui integration tests 2019-02-07 05:49:55 -08:00
tests Rename tests/registration.py to /tests/test_registration.py 2018-06-04 13:10:01 +00:00
__init__.py Plugin setup 2016-02-01 13:15:11 +00:00
settings.py Cleanup py27 support 2020-06-09 14:00:32 +02:00
urls.py Address RemovedInDjango40Warning 2022-04-29 22:00:59 +05:30