From f233bf47dde1d481108142c8d6b4bb3b3d8c6d08 Mon Sep 17 00:00:00 2001 From: Anssi Kääriäinen Date: Sat, 9 Nov 2013 14:25:15 +0200 Subject: Fixed #21414 -- Removed RelatedObject and deprecated Field.related. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 54d86cbf23..fa3683c7fe 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -99,6 +99,8 @@ details on these changes. ``'django.contrib.auth.middleware.SessionAuthenticationMiddleware'`` is in ``MIDDLEWARE_CLASSES``. +* Private attribute ``django.db.models.Field.related`` will be removed. + .. _deprecation-removed-in-1.9: 1.9 -- cgit v1.3