Add support for embedded model schema changes#19
Draft
timgraham wants to merge 31 commits into
Draft
Conversation
2842afa to
b47cb33
Compare
b47cb33 to
15e005d
Compare
048d8fb to
3b21890
Compare
245e0f3 to
12ea291
Compare
3b21890 to
a7614b3
Compare
5c917a1 to
1f21713
Compare
This reverts commit a80903b.
MongoDB uses ObjectId rather than integer
MongoDB doesn't support isnull constraints.
… available It prevents evergreen from running.
…ObjectId' and 'int'
…_from_python/xml() hooks.
555efcc to
386921a
Compare
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.
This is a working draft of changes needed to the built-in
MigrationAutodetectorto support embedded model fields.The changes aren't intended to be merged to this Django fork, rather the goal is to the necessary hooks to
MigrationAutodetectorso that we don't need to fork it.