-
Notifications
You must be signed in to change notification settings - Fork 8
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
Django upgrade to 2.2.11 ( security recommendation from github) #1133
Comments
[INFO:2020-02-10 14:27:22,330:apps.py:14:ready] running RDRFConfig.ready ... ERRORS: |
TestCase class attribute 'databases' added.
Bumped up sqlalchemy-utils==0.33.1 to 0.34.0
2ba6729 - 404 handler modified to match the new django version d3d49ef - class attribute 'databases' added to tests 7f2c650 - version bumped up sqlalchemy-utils==0.34.0 Similar issue: https://github.com/muccg/mtm/issues/316 Tried downgrading SQLAlchemy==1.2.5 and SQLAlchemy-Utils==0.33.1 74c55e3 - Added logging to terrain and utils and pushed the changes to see the sequence of processes, during the build on travis. |
50126ab - url in stellar.yaml config files modified (template1 was removed from url) to test the effect local build failed: travis build failed: |
Follow best practice as outlined in Django docs to upgrade
The text was updated successfully, but these errors were encountered: