Skip to content
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

Fix #56 -- Address improper monkey-patching of migration_name_fragment. #58

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

charettes
Copy link
Owner

Instead of attempting to monkey-patch AlterField.migration_name_fragment use syzygy's subclass to define the attribute in an overridable way for the get_pre_remove_field_operation method.

Instead of attempting to monkey-patch AlterField.migration_name_fragment use
syzygy's subclass to define the attribute in an overridable way for the
get_pre_remove_field_operation method.
@charettes charettes force-pushed the pre-remove-migration-name-fragment branch from a885637 to aa4eb4f Compare February 3, 2025 18:10
@charettes charettes merged commit aa4eb4f into master Feb 4, 2025
15 checks passed
@charettes charettes deleted the pre-remove-migration-name-fragment branch February 4, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant