django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(),
ungettext(), and ungettext_lazy() are deprecated in favor of the
functions that they’re aliases for: django.utils.translation.gettext(),
gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy().
On top of that django.conf.urls.url() is deprecated in favor of
django.urls.re_path()
Since Horizon is using Django>4.0, it's highly important to cover these
issues for upcoming release.
https: //docs.djangoproject.com/en/4.0/releases/3.0/#id3
Change-Id: Ibefe848cf73a31608ce5e71f4847b741ec16f8ad
This matches the new changes to Adjutant as part of
the refactor to split API and Workflow layers.
202 will be the most common response code when dealing
with the creation of new tasks due to future async
task processing.
Change-Id: Ia09a070709b8a2973c9149df91c67af2b69199a0
* add documentation for settings
* clean up documentation
* split role help into own template
* remove old debug print statements
Change-Id: Id764dca96e37627974c77181e73634f461ab10b1