mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Added release notes for the last two commits.
This commit is contained in:
parent
6d52f6f8e6
commit
7fd5629d23
1 changed files with 6 additions and 0 deletions
|
|
@ -175,3 +175,9 @@ Bugfixes
|
||||||
|
|
||||||
* Corrected ``contrib.sites`` default site creation in a multiple database
|
* Corrected ``contrib.sites`` default site creation in a multiple database
|
||||||
setup (:ticket:`24000`).
|
setup (:ticket:`24000`).
|
||||||
|
|
||||||
|
* Restored support for objects that aren't :class:`str` or :class:`bytes` in
|
||||||
|
:func:`~django.utils.safestring.mark_for_escaping` on Python 3.
|
||||||
|
|
||||||
|
* Supported strings escaped by third-party libraries with the ``__html__``
|
||||||
|
convention in the template engine (:ticket:`23831`).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue