Skip to content

Conversation

lsmoker
Copy link

@lsmoker lsmoker commented Jun 17, 2024

replace django.utils.timezone.utc (removed in 5.x) with datetime.timezone.utc

lsmoker added 2 commits June 17, 2024 08:47
replace django.utils.timezone.utc with datetime.timezone.utc
@lsmoker lsmoker changed the title Django 4.1 fix Django 5.0 fix Jun 21, 2024
lsmoker added 4 commits June 21, 2024 10:34
- handle db functions where a comma is used to delimit parameters
- handle db functions (ie, CAST) that use "AS xxxx" (ie, varchar) where it is not an alias
- handle db functions where a comma is used to delimit parameters
- handle db functions (ie, CAST) that use "AS xxxx" (ie, varchar) where it is not an alias
@lsmoker lsmoker changed the title Django 5.0 fix Fixes - Django 5.0 django.utils.timezone.utc removal, handle comma in function in column, import os Jul 3, 2024
@bimalkjha
Copy link
Member

@praveen-db2 Please review this PR and have your approval. Thanks.

@bimalkjha
Copy link
Member

@praveen-db2 Please review this code change. Thanks.

@praveen-db2
Copy link
Collaborator

@lsmoker our adapter doesnt support Django 5.0 yet. We will merge this PR once we test this against Django test suites.

@phy51c5
Copy link

phy51c5 commented Jul 23, 2025

Very excited to see Django 5.0 (or better, 5.2) implementation adopted given the EoL of 4.2 this coming April.

fix module path for JSONObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants