Switch to using Django 3.2
authorMagnus Hagander <magnus@hagander.net>
Sun, 19 Dec 2021 11:10:03 +0000 (12:10 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 19 Dec 2021 11:10:57 +0000 (12:10 +0100)
3.2 is the next LTS, and the fixes to make it work went in some time
ago. Now pulling the trigger and updating the prod website.

docs/dev_install.rst
requirements.txt

index b110efbbda3e12ee5089150dfee09f6df9acd43d..5170d90f85d97e8da4e72464a81b545908eaac2c 100644 (file)
@@ -5,7 +5,7 @@ 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 2.2*,
+#. Make sure you have downloaded and installed django *version 3.2*,
    and python 3 (tested with version 3.7).
 
    You will also need a few other dependencies, see the
index 5d1bacebc2e9b802aeee16766731ee07099891e0..3c503aa31003388cf7a76b3dcf9458982dbb49f4 100644 (file)
@@ -1,4 +1,4 @@
-Django>=2.2,<2.3
+Django>=3.2,<3.3
 psycopg2==2.8.5
 pycryptodomex>=3.4.7,<3.5
 Markdown==3.0.1