diff options
| author | Gavin Wahl <gwahl@fusionbox.com> | 2014-12-02 18:52:58 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-03 08:32:59 -0500 |
| commit | e9975ed3cd3243d78b89fe2b44a152263ba5a602 (patch) | |
| tree | 555b380100602566c0e343ce6fc7717f13575583 /docs | |
| parent | de92c61e4043dc0d9cd9f7ea3725798e2017a8a5 (diff) | |
[1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Backport of dee4d23f7e703aec2d1244e4facbf7f4c88deed5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 39e89a25d1..a537207924 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -101,3 +101,6 @@ Bugfixes * Fixed ``runserver`` crash when socket error message contained Unicode characters (:ticket:`23946`). + +* Fixed serialization of ``type`` when adding a ``deconstruct()`` method + (:ticket:`23950`). |
