Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes - Django 5.0 django.utils.timezone.utc removal, handle comma in function in column, import os #100

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

lsmoker
Copy link

@lsmoker lsmoker commented Jun 17, 2024

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

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
- 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.

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.

3 participants