1
0
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:
Mads Jensen
2018-01-18 02:46:15 +01:00
committed by Tim Graham
parent fcd431c6c3
commit 65728550bd
5 changed files with 92 additions and 2 deletions

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~~