diff options
Diffstat (limited to 'docs/internals/deprecation.txt')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 799c355334..c8e467a0ee 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -64,6 +64,10 @@ details on these changes. :class:`~django.db.models.JSONNull` to query for a JSON ``null`` value instead. +* The ``django.db.models.fields.BLANK_CHOICE_DASH`` constant will be removed. + +* The ``USE_BLANK_CHOICE_DASH`` transitional setting will be removed. + * The ``Field.get_placeholder_sql`` shim over the deprecated ``get_placeholder`` method will be removed. |
