| Age | Commit message (Collapse) | Author |
|
I added this back in 3222fc79431c0866aa65b2a83fbbffd2c3034d08 to try
and avoid merge conflicts from concurrent edits to release notes in
different branches. However, in my recent experience, it has caused
more problems than it solves. I have found that when rebasing a branch
that modifies a release note, it can merge sections without an
intermediate blank line, leading to broken reST syntax. Example spotted
in code review:
https://github.com/django/django/pull/17554#discussion_r2311296513 .
I think it’s better we remove this configuration and deal with merge
conflicts deliberately.
|
|
|
|
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
|
|
|
|
This fixes eight failures in the cached storage tests under Windows.
Refs #18920 and 978d4476cf.
|
|
templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.
|