Skip to content

Commit

Permalink
requirements: update psycopg to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra committed Nov 1, 2023
1 parent 1c2a726 commit f370b4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion changelog/7782.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
- apps: added migration for wagtail custom renditions

- Django from 4.1 to 4.2
- site-packages: update taggit to v4.
- site-packages: update taggit to v4
Should update to latest version when compatible with wagtail to fix index_together deprecation
- requirements: update psycopg to v3
3 changes: 1 addition & 2 deletions digitalstrategie/templates/includes/upper_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ <h3 class="heading js-trigger">{{ menuitem.title }}</h3>
{% get_language_info for 'de-ls' as language %}
{% get_has_translation page 'de_ls' as has_translation_de_ls %}
<li>
<!-- following might not working bcz of django 4.0 doesn’t set the user language in request.session-->
<form class="footer-menu__btn" action="{% url 'set_language' %}" method="post"
<form class="footer-menu__btn" action="{% url 'set_language' %}" method="post">
{% csrf_token %}
<input name="next" type="hidden" value="{% if has_translation_de_ls %}{{ redirect_to }}{% else %}/{% endif %}" />
<input name="language" type="hidden" value="{{ language.code }}">
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ isort==5.12.0
pytest-cov==4.1.0
pytest-django==4.5.2
pytest==7.4.3
psycopg2-binary==2.9.9
psycopg-binary==3.1.12
django-debug-toolbar==4.1.0
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r base.txt
psycopg2==2.9.9
psycopg==3.1.12

0 comments on commit f370b4a

Please sign in to comment.