diff options
| author | Simon Charette <charette.s@gmail.com> | 2024-12-17 23:38:23 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-02-16 08:43:42 +0100 |
| commit | 2d34ebe49a25d0974392583d5bbd954baf742a32 (patch) | |
| tree | 2d1803e68dadb701615094010310081b6ea9fd23 /django/test/utils.py | |
| parent | 99ac8e2589ea978c1c80ff66b4536814121f77dd (diff) | |
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Given there are no longer any internal usages of serialize=True and it
poses a risk to non-test databases integrity it seems appropriate to
deprecate it.
Diffstat (limited to 'django/test/utils.py')
| -rw-r--r-- | django/test/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/utils.py b/django/test/utils.py index a4e80b0b53..78bbb0cf65 100644 --- a/django/test/utils.py +++ b/django/test/utils.py @@ -205,7 +205,6 @@ def setup_databases( verbosity=verbosity, autoclobber=not interactive, keepdb=keepdb, - serialize=False, ) if serialized_aliases is None or alias in serialized_aliases: serialize_connections.append(connection) |
