-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Fixed #21961 -- added support for database level on delete cascade #8661
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
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
cc43c57
Squashed commit of the following:
NickStefan 074515d
Merge branch 'master' into db-cascade
NickStefan 4b3fba6
update the the checks codes post master merge (increment them)
NickStefan 539b2f4
remove DB_NO_ACTION
NickStefan b7e9ba3
added db_set_null and db_restrict test; separate from model A
NickStefan a8d1707
isort
NickStefan 92ee9d0
isort
NickStefan 47e612d
flake8
NickStefan 78bd4e9
tests
NickStefan ae102be
fix tests TransactionManagementError
NickStefan 44a2176
Use TransactionTestCase
NickStefan 193ed7f
isort
NickStefan d7aae31
available_apps for TransactionTestCase
NickStefan c10a4ca
flake8
NickStefan bfae026
tests
NickStefan 2134285
try with explicit transaction.atomic()
NickStefan 6fd9dc6
switch around the numqueries and assertraises
NickStefan d79d4b1
corrections from code review
NickStefan e719ff1
more corrections from code review
NickStefan 0f21650
whitespace
NickStefan d5ce6fd
whitespace
NickStefan 8322262
whitespace
NickStefan f63b796
flake8
NickStefan 2242050
DO_NOTHING should be more like original DO_NOTHING
NickStefan 2451121
tests
NickStefan 3fa9487
tests
NickStefan b655858
tests
NickStefan e20f945
tests
NickStefan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -672,6 +672,7 @@ answer newbie questions, and generally made Django that much better: | |
Nick Presta <[email protected]> | ||
Nick Sandford <[email protected]> | ||
Nick Sarbicki <[email protected]> | ||
Nick Stefan | ||
Niclas Olofsson <[email protected]> | ||
Nicola Larosa <[email protected]> | ||
Nicolas Lara <[email protected]> | ||
|
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.