Upgrade to Django 4.2 and support Postgres 17#402
Merged
irvingpop merged 16 commits intoOperationCode:masterfrom Jan 18, 2026
Merged
Upgrade to Django 4.2 and support Postgres 17#402irvingpop merged 16 commits intoOperationCode:masterfrom
irvingpop merged 16 commits intoOperationCode:masterfrom
Conversation
added 16 commits
September 3, 2025 17:26
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
…2 syntax warning Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
… too new Signed-off-by: Irving Popovetsky <irving@honeycomb.io>
…cut down techdebt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Our Django version 2.2 was severly out of date and depending on EOL versions of Python and Postgres.
There's urgency to this upgrade because AWS will no longer support our current version of Postgres (13), and so we need to get upgraded to the latest.
This is already running in staging and has been fully validated for the Pybot-dependent endpoints. Frontend doesn't use backend anymore, so many of the endpoints that were only around to support it have been removed for simplicity.
see:
Analysis doc
Plan doc
for all the gory details