Update requirements reflecting we're now on django 4.2
authorMagnus Hagander <[email protected]>
Wed, 8 May 2024 08:45:05 +0000 (10:45 +0200)
committerMagnus Hagander <[email protected]>
Wed, 8 May 2024 08:45:05 +0000 (10:45 +0200)
docs/dev_install.rst
requirements.txt

index 5170d90f85d97e8da4e72464a81b545908eaac2c..ca916b64e539f2f3a40591b92e0c1e99dcf6ccdc 100644 (file)
@@ -5,8 +5,8 @@ So, you're ready to contribute to pgweb, and you want to set up a
 local working copy of the website code, so you have something to work
 with. Here's a quick step-by-step on how to do that:
 
-#. Make sure you have downloaded and installed django *version 3.2*,
-   and python 3 (tested with version 3.7).
+#. Make sure you have downloaded and installed django *version 4.2*,
+   and python 3 (tested with version 3.9).
 
    You will also need a few other dependencies, see the
    `requirements.txt` in the root directory.
index 3c503aa31003388cf7a76b3dcf9458982dbb49f4..32042d42a3042fd600da501a0098d09d1f698767 100644 (file)
@@ -1,4 +1,4 @@
-Django>=3.2,<3.3
+Django>=4.2,<4.3
 psycopg2==2.8.5
 pycryptodomex>=3.4.7,<3.5
 Markdown==3.0.1