django/docs/topics
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
..
auth Used :mimetype: role in various docs. 2020-05-13 09:14:04 +02:00
class-based-views Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
db Used :pep: role in various docs. 2020-05-13 09:14:04 +02:00
forms Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
http Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
i18n Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
testing Fixed #31395 -- Made setUpTestData enforce in-memory data isolation. 2020-05-15 20:22:52 +02:00
async.txt Used :envvar: role and .. envvar:: directive in various docs. 2020-05-13 09:14:40 +02:00
cache.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
checks.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt Used :mimetype: role in various docs. 2020-05-13 09:14:04 +02:00
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 2020-04-08 11:26:17 +02:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Fixed #31212 -- Updated psycopg links to HTTPS and new location. 2020-01-29 06:25:40 +01:00
logging.txt Removed versionadded/changed annotations for 3.0. 2020-05-13 09:07:51 +02:00
migrations.txt Improved docs on migration reversibility. (#12619) 2020-03-25 14:37:54 +01:00
pagination.txt Fixed #31103 -- Improved pagination topic documentation. 2020-01-07 09:57:38 +01:00
performance.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
security.txt Added link to Mozilla's infosec page on web security. 2020-04-22 16:26:15 +02:00
serialization.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
settings.txt Used :envvar: role and .. envvar:: directive in various docs. 2020-05-13 09:14:40 +02:00
signals.txt Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00