mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Thanks Jaap Roes for the idea and initial patch.
This commit is contained in:
parent
1bbca7961c
commit
f2f8972def
9 changed files with 96 additions and 30 deletions
|
@ -265,6 +265,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue