django/docs/topics/testing
Simon Charette 3cf80d3fcf Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Since it's introduction in Django 1.8 setUpTestData has been suffering
from a documented but confusing caveat due to its sharing of attributes
assigned during its execution with all test instances.

By keeping track of class attributes assigned during the setUpTestData
phase its possible to ensure only deep copies are provided to test
instances on attribute retreival and prevent manual setUp gymnastic to
work around the previous lack of in-memory data isolation.

Thanks Adam Johnson for the extensive review.
2020-05-15 20:22:52 +02:00
..
_images Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
advanced.txt Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
index.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
overview.txt Used 🎫 role in all tickets links. 2019-11-26 14:02:24 +01:00
tools.txt Fixed #31395 -- Made setUpTestData enforce in-memory data isolation. 2020-05-15 20:22:52 +02:00