diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index fb3dc859c3..8b9ab3254c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -94,6 +94,9 @@ details on these changes. * The ``callable_obj`` keyword argument to ``SimpleTestCase.assertRaisesMessage()`` will be removed. +* Support for the ``allow_tags`` attribute on ``ModelAdmin`` methods will be + removed. + * The ``enclosure`` keyword argument to ``SyndicationFeed.add_item()`` will be removed. @@ -268,9 +271,6 @@ details on these changes. * The warning that :class:`~django.core.signing.Signer` issues when given an invalid separator will become an exception. -* Support for the ``allow_tags`` attribute on ``ModelAdmin`` methods will be - removed. - .. _deprecation-removed-in-1.9: 1.9