diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-19 07:35:48 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-19 07:35:48 -0500 |
| commit | 073dd4ce796441bf38388751817eb9f4c5514693 (patch) | |
| tree | 5774334eb6b6e91bcb3fe07120c17297d0ba921d | |
| parent | 20e2b228aa87f2ce6341d5e96642c53b87a87459 (diff) | |
Refs #26096 -- Forwardported 1.9.2 release note.
| -rw-r--r-- | docs/releases/1.9.2.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 0ca7481ff8..9e13e705bc 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -34,4 +34,7 @@ Bugfixes * Fixed a regression where defining a relation on an abstract model's field using a string model name without an app_label no longer resolved that reference to the abstract model's app if using that model in another - application (:ticket:`25858`).
\ No newline at end of file + application (:ticket:`25858`). + +* Fixed a crash when destroying an existing test database on MySQL or + PostgreSQL (:ticket:`26096`). |
