Remove TransferDomainRequest and references#37355
Merged
Conversation
3 tasks
millerdev
previously approved these changes
Feb 17, 2026
millerdev
approved these changes
Feb 18, 2026
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.
Technical Summary
https://dimagi.atlassian.net/browse/SAAS-19359
This removes the TransferDomainRequest model, as no live projects have completed domain transfer records on dimagi environments. Live code referencing this model was removed in #37346
Safety Assurance
Safety story
This is straightforward as model deletions go - no other models or still-existing code depend on this model, and previous code was feature flagged. Ensuring #37346 is deployed first makes sure there are no unexpected errors because of references to this model when the migration is run on a live environment.
Automated test coverage
Test cases for the removed TransferDomainRequest have been removed. Tests for domain dump and deletion that look at related models still pass as the references to this model have been removed.
QA Plan
Not planning it.
Migrations
RemoveField,RenameField,RemoveConstraint, and others described here that can cause errors when migrations are applied to a live database.Rollback instructions
The migration here would first have to be reversed.
Labels & Review