diff options
| author | David Smith <smithdc@gmail.com> | 2020-12-30 16:44:53 +0000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-10-21 15:26:22 +0200 |
| commit | 480191244d12fefbf95854b2b117c71ffe44749a (patch) | |
| tree | a6ef5bc394b5e66b09bcb43e13b53d0540ee6818 /docs/internals | |
| parent | 2ce03a2bac9f41b803196a45dcd07cc342838e58 (diff) | |
Fixed #25916 -- Added lastmod support to sitemap index view.
Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 202acdf608..13c800e0ee 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -65,6 +65,8 @@ details on these changes. See the :ref:`Django 4.1 release notes <deprecated-features-4.1>` for more details on these changes. +* The ``SitemapIndexItem.__str__()`` method will be removed. + .. _deprecation-removed-in-4.1: 4.1 |
