diff options
| author | Mohammadreza Varasteh <varastehmr@gmail.com> | 2021-05-26 21:51:19 +0430 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-27 21:05:28 +0200 |
| commit | e93eb3d9714be0b489891f4d2da41bb4df4978a5 (patch) | |
| tree | 09b55157906f6f019d412d28809ea5383bb82ce3 /docs | |
| parent | 02c59b7a4355fda8c99224b5de9c0a3929bffe22 (diff) | |
Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 4767bdf7bf..aa82afa4a5 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -432,6 +432,10 @@ Miscellaneous * The ``object`` argument of undocumented ``ModelAdmin.log_addition()``, ``log_change()``, and ``log_deletion()`` methods is renamed to ``obj``. +* :class:`~django.utils.feedgenerator.RssFeed`, + :class:`~django.utils.feedgenerator.Atom1Feed`, and their subclasses now + emit elements with no content as self-closing tags. + .. _deprecated-features-4.0: Features deprecated in 4.0 |
