downgraded back to old django version

This commit is contained in:
Alysia Broddrick 2023-12-18 19:52:52 -08:00
parent eb5d39b8fd
commit aa11af0e7e
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
2 changed files with 9 additions and 9 deletions

16
src/Pipfile.lock generated
View file

@ -279,12 +279,12 @@
},
"django": {
"hashes": [
"sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8",
"sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"
"sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41",
"sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"
],
"index": "pypi",
"markers": "python_version >= '3.10'",
"version": "==5.0"
"markers": "python_version >= '3.8'",
"version": "==4.2.7"
},
"django-allow-cidr": {
"hashes": [
@ -1255,12 +1255,12 @@
},
"django": {
"hashes": [
"sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8",
"sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"
"sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41",
"sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"
],
"index": "pypi",
"markers": "python_version >= '3.10'",
"version": "==5.0"
"markers": "python_version >= '3.8'",
"version": "==4.2.7"
},
"django-debug-toolbar": {
"hashes": [

View file

@ -12,7 +12,7 @@ cryptography==41.0.7; python_version >= '3.7'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dj-database-url==2.1.0
dj-email-url==1.0.6
django==5.0; python_version >= '3.10'
django==4.2.7; python_version >= '3.8'
django-allow-cidr==0.7.1
django-auditlog==2.3.0; python_version >= '3.7'
django-cache-url==3.4.5