Skip to content

Commit 1fd7613

Browse files
committed
chore: updated wagtail to 7.2
1 parent 093e9f9 commit 1fd7613

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

mysite/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"django.contrib.sessions",
4949
"django.contrib.messages",
5050
"django.contrib.staticfiles",
51+
"django.contrib.postgres",
5152
]
5253

5354
MIDDLEWARE = [

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Django>=5.2,<5.3
2-
wagtail>=7.1,<7.2
1+
Django>=6.0,<6.1
2+
wagtail>=7.2,<7.3
33

4-
dj-database-url==2.3
5-
psycopg[binary]>=3.2,<3.3
4+
dj-database-url==3.1
5+
psycopg[binary]>=3.3,<3.4
66
django-storages>=1.14
77
boto3>=1.38

0 commit comments

Comments
 (0)