diff options
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 36359e4979..87f95210ee 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -348,6 +348,12 @@ backends. requires that the arguments to ``OF`` be columns rather than tables, set ``DatabaseFeatures.select_for_update_of_column = True``. +* Third-party database backends should add a + ``DatabaseOperations.cast_char_field_without_max_length`` attribute with the + database data type that will be used in the + :class:`~django.db.models.functions.Cast` function for a ``CharField`` if the + ``max_length`` argument isn't provided. + Dropped support for Oracle 11.2 ------------------------------- |
