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

Support Django version 2.2 and 3.0 #163

Merged
merged 3 commits into from
Jan 22, 2020
Merged

Support Django version 2.2 and 3.0 #163

merged 3 commits into from
Jan 22, 2020

Conversation

DavisRayM
Copy link
Contributor

@DavisRayM DavisRayM commented Jan 21, 2020

Changes / Features implemented

  • Support Django version 2.2 and 3.0
  • Drop support of any version before Django 2.2
  • Stop usage of django.utils.six. No longer available from Django 3.0
  • Bump travis dist to xenial
  • Test python 3.6 against versions of django

Steps taken to verify this change does what is intended

  • Tested locally
  • Tested on travis

Side effects of implementing this change

Closes #149
Closes #147

@DavisRayM DavisRayM changed the title 149 django upgrade Support Django version 2.2 and 3.0 Jan 21, 2020
- Six is no longer present in Django 3.0 +
Copy link
Contributor

@moshthepitt moshthepitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@moshthepitt moshthepitt merged commit 0e4dd44 into master Jan 22, 2020
@moshthepitt moshthepitt deleted the 149-django-upgrade branch January 22, 2020 09:53
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.

Drop support for Django 1.11 Fix security vulnerabilities
2 participants