mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #28643 -- Added Replace database function.
This commit is contained in:
@@ -169,6 +169,9 @@ Models
|
||||
* A ``BinaryField`` may now be set to ``editable=True`` if you wish to include
|
||||
it in model forms.
|
||||
|
||||
* The new :class:`~django.db.models.functions.Replace` database function
|
||||
replaces strings in an expression.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user