diff options
| author | Patryk Zawadzki <patrys@room-303.com> | 2015-04-03 23:36:35 +0200 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-04-07 14:56:33 +0200 |
| commit | 9f632dc702a1b8b4c8044fb34bb3d5f2445dd4ee (patch) | |
| tree | 4f3a64f3b14f35789238c607b6aeea566dd42075 /docs | |
| parent | f5681f1cbf02b9d4e0ef1efaab4998f4ceaffbf5 (diff) | |
[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloads
This also prevents state modifications from corrupting previous states.
Previously, when a model defining a relation was unregistered first,
clearing the cache would cause its related models' _meta to be cleared
and would result in the old models losing track of their relations.
Backport of 0385dad073270c37f8c4a5f13edce43f2a69ba8a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 65d32f190c..ac986b3fc0 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -25,3 +25,6 @@ Bugfixes * Stripped microseconds from ``datetime`` values when using an older version of the MySQLdb DB API driver as it does not support fractional seconds (:ticket:`24584`). + +* Fixed a migration crash when altering + :class:`~django.db.models.ManyToManyField`\s (:ticket:`24513`). |
