Skip to content

Commit

Permalink
[POLA-9] Upgrade to Django==3.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
piemar committed Sep 11, 2024
1 parent 4069b4c commit de254fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/constraints-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Collectfast==2.2.0
cryptography==42.0.5
defusedxml==0.7.1
dictpath==0.1.3
Django==3.2.16
Django==3.2.25
django-allauth==0.55.2
django-anymail==10.3
django-autocomplete-light==3.11.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies/requirements-production-django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django==3.2.16
Django==3.2.25
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-pola-backend-common:
context: .
dockerfile: scripts/ci-docker-image/Dockerfile
args:
- DJANGO_VERSION=${DJANGO_VERSION-3.2.16}
- DJANGO_VERSION=${DJANGO_VERSION-3.2.25}
- PYTHON_VERSION=${PYTHON_VERSION-3.11}
image: pola-backend_web:latest
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Aby uruchomić wszystkie test uruchom:

.. code-block:: bash
docker compose run --rm web manage.py test
docker compose run --rm web ./manage.py test
Możesz określić poszczególne testy do uruchomienia, dostarczając dowolną liczbę „etykiet testowych” do komendy ./manage.py. Każda etykieta testowa może być pełną kropkowaną ścieżką Pythona do pakietu, modułu, podklasy TestCase lub metody testowej. Na przykład:

Expand Down

0 comments on commit de254fe

Please sign in to comment.