Merge "Drop use of features removed in Django 4.0"

This commit is contained in:
Zuul 2024-02-13 07:11:57 +00:00 committed by Gerrit Code Review
commit f3d863247f
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ function run_integration_tests {
function babel_extract {
DOMAIN=$1
KEYWORDS="-k gettext_noop -k gettext_lazy -k ngettext_lazy:1,2"
KEYWORDS+=" -k ugettext_noop -k ugettext_lazy -k ungettext_lazy:1,2"
KEYWORDS+=" -k gettext_noop -k gettext_lazy -k ngettext_lazy:1,2"
KEYWORDS+=" -k npgettext:1c,2,3 -k pgettext_lazy:1c,2 -k npgettext_lazy:1c,2,3"
${command_wrapper} pybabel extract -F ../babel-${DOMAIN}.cfg -o locale/${DOMAIN}.pot $KEYWORDS .