Skip to content

Commit

Permalink
Upgrade to Django 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 19, 2023
1 parent d5d3e87 commit bc94013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
mysqlclient==2.0.2
Pillow==10.1.0
# Upgrade to 8.0.0 when DJ3
django-cleanup==6.0.0
django-cleanup==8.0.0
django-contrib-comments==2.2.0
# Upgrade to 5.0.8 when DJ3
django-reversion==4.0.2
# Upgrade to 12.10.0 when running on DJ3
sorl-thumbnail==12.8.0
django-reversion==5.0.8
sorl-thumbnail==12.10.0
python-dateutil==2.8.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==2.2.28
Django==3.2.23
-r requirements-base.txt

0 comments on commit bc94013

Please sign in to comment.