diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-09-11 08:32:40 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-11 11:32:40 -0400 |
| commit | 99e65d648842d4715f32682117adc01223fef316 (patch) | |
| tree | 2d66b341b2c845c8cb4b4d9ae6ceb6766b6642d1 /docs | |
| parent | a0b4ecce579c7d603a280a21f96428d6700d7f61 (diff) | |
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index fdb1d80962..a0d5999547 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -404,6 +404,12 @@ backends. :class:`~django.db.models.functions.Cast` function for a ``CharField`` if the ``max_length`` argument isn't provided. +* The first argument of ``DatabaseCreation._clone_test_db()`` and + ``get_test_db_clone_settings()`` is now ``suffix`` rather + than ``number`` (in case you want to rename the signatures in your backend + for consistency). ``django.test`` also now passes those values as strings + rather than as integers. + Dropped support for Oracle 11.2 ------------------------------- |
