-
Notifications
You must be signed in to change notification settings - Fork 4
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
[SPIKE] Investigate the effort involved in upgrading to django 4 #1647
Comments
@abottoms-coder to refine further. EDIT: After discussion with @riatzukiza , dev team needs to huddle to shed some light on this ticket. Relevant link: https://github.com/raft-tech/django-admin-508/issues/3 |
I removed colorfields, then we got: I could not find in either django-admin-508 or tdrs-backend a reference to a module pytz. |
discussed on 2/23 dev sync. this is an enhancement to upgrade to django v4. for tdp, this is low priority. still in unrefined state. cc: @abottoms-coder |
DUPE - PR #2977 does this. |
Description:
When we initially tried updating to Django 4, we had a few things break and we want to find out how deep it might go before committing to any specific effort on it.
Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
tdrs-backend-web-1 | django.core.exceptions.ImproperlyConfigured: 'colorfield' not needed since django 4.0, remove it from settings.INSTALLED_APPS.
tdrs-backend-web-1 | ModuleNotFoundError: No module named 'pytz'
Supporting Documentation:
Please include any relevant log snippets/files/screen shots
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
How to point a walk in the shadows of a rabbit hole?
The text was updated successfully, but these errors were encountered: