Skip to content

Commit

Permalink
deps: upgrade django to 4.2
Browse files Browse the repository at this point in the history
And bump all applicable dependencies as well.

Refs KER-342
  • Loading branch information
nicobav committed May 7, 2024
1 parent 54f468d commit 474f68c
Show file tree
Hide file tree
Showing 13 changed files with 771 additions and 139 deletions.
2 changes: 1 addition & 1 deletion democracy/admin/__init__.py
Expand Up @@ -13,7 +13,7 @@
from django.http import HttpResponseRedirect
from django.templatetags.static import static
from django.urls import reverse
from django.utils.encoding import force_text
from django.utils.encoding import force_str as force_text
from django.utils.html import format_html
from django.utils.text import capfirst
from django.utils.translation import gettext_lazy as _
Expand Down

0 comments on commit 474f68c

Please sign in to comment.