From 108b8bf852c76855ed98f5abe55db1da845598e7 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 17 Dec 2014 17:25:28 +0100 Subject: Fixed #24007 -- Ensure apps registry's ready before unpickling models This prevents AppRegistryNotReady errors when unpickling Django models from an external script. --- docs/releases/1.7.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 88f3d3e1d8..47a56084d0 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -151,3 +151,7 @@ Bugfixes (:ticket:`23975`). * Made admin system checks run for custom ``AdminSite``\s (:ticket:`23497`). + +* Ensured the app registry is fully populated when unpickling models. When an + external script (like a queueing infrastructure) reloads pickled models, it + could crash with an ``AppRegistryNotReady`` exception (:ticket:`24007`). -- cgit v1.3