summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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