django/docs/internals/contributing
Simon Charette 57307bbc7d Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly.
Over the years we've had multiple instances of hit and misses when
emitting warnings: either setting the wrong stacklevel or not setting
it at all.

This work adds assertions for the existing warnings that were declaring
the correct stacklevel, but were lacking tests for it.
2024-08-28 11:44:05 -03:00
..
writing-code Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly. 2024-08-28 11:44:05 -03:00
bugs-and-features.txt Fixed #35546 -- Emphasised accepted ticket requirement in contributing docs. 2024-07-29 15:12:43 +02:00
committing-code.txt
index.txt
localizing.txt Replaced usage of "patch" with more precise terms in contributing docs. 2024-07-04 17:52:19 -03:00
new-contributors.txt
triaging-tickets.txt Replaced usage of "patch" with more precise terms in contributing docs. 2024-07-04 17:52:19 -03:00
writing-documentation.txt