django1/docs/internals
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 Removed references to the DDN triage state. 2013-04-08 20:33:52 +02:00
contributing Fixed #31524 -- Removed minified static assets from the admin. 2020-05-14 16:07:56 +02:00
deprecation.txt Fixed #31395 -- Made setUpTestData enforce in-memory data isolation. 2020-05-15 20:22:52 +02:00
git.txt Doc'd archiving historical branches as git tags. 2019-11-08 12:09:59 +01:00
howto-release-django.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
index.txt Replaced docs/internals/team.txt with DSF teams page. 2017-03-14 16:36:44 -04:00
mailing-lists.txt Fixed #28759 -- Promoted the contributing guide in the docs for the django-developers mailing list. 2017-11-01 20:35:31 -04:00
organization.txt Used auto-numbered lists in documentation. 2018-11-15 13:54:28 -05:00
release-process.txt Added link to contributing docs in deprecation policy. 2020-03-24 08:50:10 +01:00
security.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00