Refs #26096 -- Forwardported 1.9.2 release note.

This commit is contained in:
Tim Graham 2016-01-19 07:35:48 -05:00
parent 20e2b228aa
commit 073dd4ce79
1 changed files with 4 additions and 1 deletions

View File

@ -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`).
application (:ticket:`25858`).
* Fixed a crash when destroying an existing test database on MySQL or
PostgreSQL (:ticket:`26096`).