diff options
| author | Simon Charette <charette.s@gmail.com> | 2015-12-14 01:20:10 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-12-15 14:53:45 -0500 |
| commit | c4c72ade6fc0d870baa54205d8e208530f0b3560 (patch) | |
| tree | 66e2a795702b1353819656e108773d9a6884cf30 /docs | |
| parent | ea63cf8d424780aed35e9973bf5e4dbb652c7d8a (diff) | |
[1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus
for the review.
Backport of c4e372aaf467ae41315cfe56a718a80469fc5318 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.8.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt index 5dca5bccdb..6ba76d71cb 100644 --- a/docs/releases/1.8.8.txt +++ b/docs/releases/1.8.8.txt @@ -34,3 +34,6 @@ Bugfixes * Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and ``TextField`` respectively when using ``AlterField`` on PostgreSQL (:ticket:`25412`). + +* Fixed a state bug when using an ``AlterModelManagers`` operation + (:ticket:`25852`). diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 520c2b3c31..25acbd540b 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -40,3 +40,6 @@ Bugfixes * Fixed evaluation of zero-length slices of ``QuerySet.values()`` (:ticket:`25894`). + +* Fixed a state bug when using an ``AlterModelManagers`` operation + (:ticket:`25852`). |
