-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update github ci testing matrix Note that python 3.8 and django 5 are not compatible so add an exception not to run that combination - Update timezone import Starting from django 5 the utc timezone should be imported from the default python datetime library instead of the django specific library - Fix get_fixed_timezone The get_fixed_timezone method however is still needed from the django library so import that seperatly
- Loading branch information
Bob Booij-Liewes
committed
Dec 18, 2024
1 parent
90d07e0
commit cf96d06
Showing
4 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
psycopg2<3.0 | ||
psycopg2<3.2.3 | ||
mysqlclient | ||
Pillow | ||
django-request-id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters