From 2d75515a4c4fe726e26ebb1a2d2acbc9d047cba6 Mon Sep 17 00:00:00 2001 From: a1tus Date: Tue, 21 Oct 2014 01:29:28 +0400 Subject: Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.original_content_type_id --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3a7c17b388..9906119f14 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -62,6 +62,9 @@ about each item can often be found in the release notes of two versions prior. * ``django.utils.checksums`` will be removed; its functionality is included in django-localflavor 1.1+. +* The ``original_content_type_id`` attribute on + ``django.contrib.admin.helpers.InlineAdminForm`` will be removed. + .. _deprecation-removed-in-1.9: 1.9 -- cgit v1.3