mirror of https://github.com/django/django.git
Refs #26096 -- Forwardported 1.9.2 release note.
This commit is contained in:
parent
20e2b228aa
commit
073dd4ce79
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue