summaryrefslogtreecommitdiff
path: root/docs/releases/1.6.1.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2025-07-25 10:24:17 +0100
committernessita <124304+nessita@users.noreply.github.com>2025-08-25 10:51:10 -0300
commitf81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch)
tree44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/releases/1.6.1.txt
parent4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff)
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
Diffstat (limited to 'docs/releases/1.6.1.txt')
-rw-r--r--docs/releases/1.6.1.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 081772b404..26876603ae 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -50,10 +50,11 @@ Bug fixes
(#21530).
* Re-added missing search result count and reset link in changelist admin view
(#21510).
-* The current language is no longer saved to the session by ``LocaleMiddleware``
- on every response, but rather only after a logout (#21473).
-* Fixed a crash when executing ``runserver`` on non-English systems and when the
- formatted date in its output contained non-ASCII characters (#21358).
+* The current language is no longer saved to the session by
+ ``LocaleMiddleware`` on every response, but rather only after a logout
+ (#21473).
+* Fixed a crash when executing ``runserver`` on non-English systems and when
+ the formatted date in its output contained non-ASCII characters (#21358).
* Fixed a crash in the debug view after an exception occurred on Python ≥ 3.3
(#21443).
* Fixed a crash in :class:`~django.db.models.ImageField` on some platforms