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
This commit is contained in:
Vadym Markov 2024-01-24 10:23:05 +02:00 committed by Gerrit Code Review
parent 0ac0eb2c80
commit 5308a0c3f4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f99ce40c0848920b7b9f84925c302c934b61dd23
Subproject commit eb4d103c3fbe2e7b8e20c09a7661999ca39cf30f