From 5308a0c3f4245e21a78d0573924f66c55f5a9112 Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Wed, 24 Jan 2024 10:23:05 +0200 Subject: [PATCH] Update git submodules * Update masakari-dashboard from branch 'master' to eb4d103c3fbe2e7b8e20c09a7661999ca39cf30f - Django 4.x: fix some import error * ugettext_lazy is removed In Django 3.0 ugettext_lazy/ungettext_lazy have been deprecated in favor of gettext_lazy/ngettext_lazy [0]. * urlunquote is removed In Django 3.0 django.utils.http.urlquote/urlquote_plus/urlunquote/urlunquote have been deprecated in favor of the functions that they're aliases for: urllib.parse.quote/quote_plus/unquote/unquote_plus [0]. We are now using Django 4.2, so we should update our code with the gettext_lazy/ngettext_lazy aliases. [0] https://docs.djangoproject.com/en/3.0/releases/3.0/#id3 Change-Id: I2fe090fe170dd832deb9cf454a0400303d2e3d92 --- masakari-dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakari-dashboard b/masakari-dashboard index f99ce40c08..eb4d103c3f 160000 --- a/masakari-dashboard +++ b/masakari-dashboard @@ -1 +1 @@ -Subproject commit f99ce40c0848920b7b9f84925c302c934b61dd23 +Subproject commit eb4d103c3fbe2e7b8e20c09a7661999ca39cf30f