-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
…g to Travis matrix
…go-and-python-support
python: | ||
- '3.4' | ||
- '3.6' | ||
- '3.7' |
There was a problem hiding this comment.
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?
django_dbq/models.py
Outdated
FAILED = 'FAILED' | ||
COMPLETE = 'COMPLETE' | ||
|
||
STATES = [ |
There was a problem hiding this comment.
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?
uuidfield
django-model-utils
simplesignals
because we actually leverage the entire package and it does seem to do quite a lot of nice stuff on its own.