Commit 073dd4ce authored by Tim Graham's avatar Tim Graham
Browse files

Refs #26096 -- Forwardported 1.9.2 release note.

parent 20e2b228
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,3 +35,6 @@ Bugfixes
  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`).

* Fixed a crash when destroying an existing test database on MySQL or
  PostgreSQL (:ticket:`26096`).