Skip to content

Commit 232e475

Browse files
committed
Bump psycopg version
1 parent 7ecb14c commit 232e475

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This will create a file called `requirements.txt` with a list of your installed
2626
2727
Open this file and add the following line at the bottom:
2828

29-
psycopg2==2.5.3
29+
psycopg2==2.5.4
3030

3131
This line is needed for your application to work on Heroku.
3232

pl/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ W ten sposób zostanie utworzony plik `requirements.txt` zawierający listę zai
3030
3131
Otwórz ten plik i dodaj na samym końcu następującą linijkę:
3232

33-
psycopg2==2.5.3
33+
psycopg2==2.5.4
3434

3535

3636
Jest ona niezbędna, aby Twoja aplikacja działa na Heroku.

uk/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
Відкрийте цей файл і додайте наступний рядок в самий кінець:
3232

33-
psycopg2==2.5.3
33+
psycopg2==2.5.4
3434

3535

3636
Цей рядок потрібен для того, щоб ваш додаток працював на Heroku.
@@ -226,4 +226,4 @@ Heroku повідомляється про те, що треба запусти
226226
$ heroku run python manage.py createsuperuser
227227

228228

229-
Тепер ви маєте змогу побачити ваш веб-сайт у браузері! Вітаємо :)!
229+
Тепер ви маєте змогу побачити ваш веб-сайт у браузері! Вітаємо :)!

0 commit comments

Comments
 (0)