diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-09 08:43:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-16 18:34:25 -0500 |
| commit | d2ff8a7241b621b8013c7ec1631e95ae4445f76d (patch) | |
| tree | cbaeceab48246628da383be7b48f0a358dca3324 /docs | |
| parent | f91d7366e066dc5e1edd90c6bde438fae9fe67fb (diff) | |
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Thanks kmmbvnr for the report.
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 dedf92c8cb..860c819525 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -146,3 +146,6 @@ Bugfixes * Fixed migration crash when adding ``order_with_respect_to`` to a table with existing rows (:ticket:`23983`). + +* Restored the ``pre_migrate`` signal if all apps have migrations + (:ticket:`23975`). |
