From 4b02b433b75d457552ee37e519afe6c83f261d44 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Mon, 14 Dec 2015 01:20:10 -0500 Subject: [1.8.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 --- docs/releases/1.8.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3