django/docs/internals
Marc Gibbons 070cbac0db
Restored multiprocessing concurrency on coverage.py settings
* Revert "Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it.""

This reverts commit 78da5ca0c1.

* Restored coverage multiprocess concurrency with threads

Investigating https://github.com/nedbat/coveragepy/issues/1585 revealed
that thread tracing gets disabled when passing
`concurrency = multiprocessing`. Adding `thread` restores it, and
ensures that the `auser()` is reported as covered since the test suite
uses `AsyncToSync` to execute this middleware (which spawns threads).
2023-04-27 17:02:55 -03:00
..
_images Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
contributing Restored multiprocessing concurrency on coverage.py settings 2023-04-27 17:02:55 -03:00
deprecation.txt Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods. 2023-04-18 12:46:27 +02:00
git.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
howto-release-django.txt Updated release process for 2.0+ release numbering and latest practices. 2023-04-04 07:27:34 +02:00
index.txt Replaced docs/internals/team.txt with DSF teams page. 2017-03-14 16:36:44 -04:00
mailing-lists.txt Added Django Forum to mailing lists page. 2023-03-24 08:32:17 +01:00
organization.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
release-process.txt Refs #31676 -- Used term "merger" instead of "committer" in docs. 2022-03-22 11:13:36 +01:00
security.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00