diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-13 11:28:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-19 07:07:56 -0500 |
| commit | f0da306af186c121c0e339342f60d29552bf8c1a (patch) | |
| tree | a87d75d2b4bce06666df39ea4197ad4380ba555f /docs | |
| parent | 0911c356783d8223870ea766f13a9b9ee75a62b5 (diff) | |
[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test database creation.
Backport of abcdb237bb313d116ce2ac8e90f79f61429afc70 from master
Diffstat (limited to 'docs')
| -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`). |
