diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.10.txt b/docs/releases/2.0.10.txt index ece2521867..18901490e0 100644 --- a/docs/releases/2.0.10.txt +++ b/docs/releases/2.0.10.txt @@ -16,3 +16,6 @@ Bugfixes * Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and rebuild your SQLite database if you applied a migration while using an older version of Django with SQLite 3.26 or later (:ticket:`29182`). + +* Prevented SQLite schema alterations while foreign key checks are enabled to + avoid the possibility of schema corruption (:ticket:`30023`). |
