Skip to content

Update Django and python support #30

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

Merged
merged 16 commits into from
Nov 21, 2019
Merged

Conversation

jordaneb
Copy link
Member

@jordaneb jordaneb commented Nov 21, 2019

  • Support Django 1.11 and 2.2 only
  • Support Python 3.5, 3.6, 3.7 and Python 3.8 only
  • Add support for PostgresSQL
  • Remove uuidfield
  • Remove django-model-utils
  • Keep simplesignals because we actually leverage the entire package and it does seem to do quite a lot of nice stuff on its own.

@jordaneb jordaneb closed this Nov 21, 2019
@jordaneb jordaneb reopened this Nov 21, 2019
python:
- '3.4'
- '3.6'
- '3.7'
Copy link
Contributor

Choose a reason for hiding this comment

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

3.6 is stull used a lot, and 3.5 for that matter. Can we add tests for those?

FAILED = 'FAILED'
COMPLETE = 'COMPLETE'

STATES = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make this backwards compatible with how it used to work, ie set STATES = State, and the choices as STATES_CHOICES or something?

@jordaneb jordaneb merged commit dcfa829 into master Nov 21, 2019
@jordaneb jordaneb deleted the django-and-python-support branch November 21, 2019 17:24
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