Skip to content

Commit f09775a

Browse files
committed
Bump django version to 5.2
No actual changes, but update requirements and doc to point at 5.2 now that this has been deployed.
1 parent d3e9d23 commit f09775a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz python3-libsass \
1616
python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref \
1717
python3-setproctitle python3-pynliner python3-babel python3-bleach python3-feedparser
18-
pip install "Django>=4.2,<4.3" cvss
18+
pip install "Django>=5.2,<5.3" cvss
1919
- name: Install temporary dummy configuration
2020
run: |
2121
cat <<EOF > pgweb/settings_local.py

docs/dev_install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ So, you're ready to contribute to pgweb, and you want to set up a
55
local working copy of the website code, so you have something to work
66
with. Here's a quick step-by-step on how to do that:
77

8-
#. Make sure you have downloaded and installed django *version 4.2*,
9-
and python 3 (tested with version 3.9).
8+
#. Make sure you have downloaded and installed django *version 5.2*,
9+
and python 3 (tested with version 3.11).
1010

1111
You will also need a few other dependencies, see the
1212
`requirements.txt` in the root directory.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=4.2,<4.3
1+
Django>=5.2,<5.3
22
psycopg2==2.8.5
33
pycryptodomex>=3.4.7,<3.5
44
Markdown==3.0.1

0 commit comments

Comments
 (0)