Skip to content

Commit

Permalink
Upgrade the version of Django.
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Jul 4, 2023
1 parent 3e645b9 commit debc3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== Version 2.4.5 Work in progress (not released -- this is a draft) ==

UPGRADE NOTE :
- You should upgrade the minor version of Django 3.2 (3.2.20 or more).
- You should re-generate the media files (creme generatemedia --settings=[...]).

Users side :
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
django ~=3.2.19
django ~=3.2.20
redis ~=4.1.4
Pillow ~=9.2
python-dateutil ~=2.8.2
Expand Down

0 comments on commit debc3cd

Please sign in to comment.