Django 2.1.11 due to SQLite issue
This commit is contained in:
parent
97921bcb42
commit
b79e43249c
3 changed files with 9 additions and 9 deletions
2
Pipfile
2
Pipfile
|
@ -13,7 +13,7 @@ django-debug-toolbar = "*"
|
|||
"psycopg2-binary" = "*"
|
||||
ConcurrentLogHandler = "*"
|
||||
dj-database-url = "*"
|
||||
django = "==2.1.9"
|
||||
django = "<2.2"
|
||||
django-anymail = "*"
|
||||
django-colorful = "*"
|
||||
django-crispy-forms = "*"
|
||||
|
|
14
Pipfile.lock
generated
14
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "9246262fe89d16da735f0f65dcb127c44858e6e0ffb64343d913a6658ca3543c"
|
||||
"sha256": "9447f5e90cff2eb11be218d9b320f7b8c444d65bfdf5baa2cc6277e4ca2b21ff"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -67,11 +67,11 @@
|
|||
},
|
||||
"django": {
|
||||
"hashes": [
|
||||
"sha256:5052def4ff0a84bdf669827fdbd7b7cc1ac058f10232be6b21f37c6824f578da",
|
||||
"sha256:bb72b5f8b53f8156280eaea520b548ac128a53f80cebc856c5e0fb555d44d529"
|
||||
"sha256:1a41831eace203fd1939edf899e07d7abd12ce9bafc3d9a5a63a24a8d1d12bd5",
|
||||
"sha256:305b6c4fce9e03bb746e35780c2c4d52f29ea1669f15633cfd41bc8821c74c76"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==2.1.9"
|
||||
"version": "==2.1.11"
|
||||
},
|
||||
"django-anymail": {
|
||||
"hashes": [
|
||||
|
@ -496,11 +496,11 @@
|
|||
},
|
||||
"django": {
|
||||
"hashes": [
|
||||
"sha256:5052def4ff0a84bdf669827fdbd7b7cc1ac058f10232be6b21f37c6824f578da",
|
||||
"sha256:bb72b5f8b53f8156280eaea520b548ac128a53f80cebc856c5e0fb555d44d529"
|
||||
"sha256:1a41831eace203fd1939edf899e07d7abd12ce9bafc3d9a5a63a24a8d1d12bd5",
|
||||
"sha256:305b6c4fce9e03bb746e35780c2c4d52f29ea1669f15633cfd41bc8821c74c76"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==2.1.9"
|
||||
"version": "==2.1.11"
|
||||
},
|
||||
"django-debug-toolbar": {
|
||||
"hashes": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Core
|
||||
wagtail==2.5.2
|
||||
Django==2.2.2
|
||||
Django==2.1.11
|
||||
elasticsearch==7.0.2
|
||||
|
||||
# Database
|
||||
|
|
Loading…
Add table
Reference in a new issue