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

Use logging.warning instead of deprecated/removed logging.warn method #123

Closed
wants to merge 3 commits into from

Conversation

ethagnawl
Copy link

This change set replaces logging.warn with logging.warning in seeder.py.

AFAICT, the warn method was initialled deprecated in Python 3.3 and finally removed by Python 3.11.

I think setup.py may also need to be modified but let's discuss. In the meantime, I can verify that this branch works in a project which is testing Python 3.13rc0.

change warn method to warning
ethagnawl and others added 2 commits September 30, 2024 16:05
remove is_dst timezone.make_aware kwarg to match latest Django API
@ethagnawl
Copy link
Author

Whoops. I pushed changes to my fork which weren't meant to be included in this PR. I'll fix that.

@ethagnawl ethagnawl marked this pull request as draft March 5, 2025 17:45
@ethagnawl
Copy link
Author

See #127

@ethagnawl ethagnawl closed this Mar 5, 2025
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.

2 participants