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

Fix deprecation warnings and version numbers #20

Conversation

bgrant
Copy link
Collaborator

@bgrant bgrant commented Feb 13, 2020

  • Add a make target for testing with deprecation warnings turned on
  • Fix the deprecation warnings found (mostly logger.warn -> logger.warning)
  • Fix a couple of missed version numbers.

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
The version in setup.py got updated but not the others.
@bgrant bgrant requested a review from demianbrecht February 13, 2020 22:40
@bgrant bgrant merged commit aec3db0 into feature/django-security-update Feb 14, 2020
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