diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-03-19 17:35:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-19 17:35:16 +0100 |
| commit | cede5111bbeea1f02a7d35941a4264c7ff95df0a (patch) | |
| tree | 959f0785f3102ba84db7d4fcd96c17ae1baab479 /docs/releases/2.1.txt | |
| parent | 8d67c7cffdcd5fd0c5cb0b87cd699a05b461e58d (diff) | |
Refs #28643 -- Added LPad and RPad database functions.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 35261b2850..4d8a9a1d42 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -205,10 +205,12 @@ Models * A number of new text database functions are added: :class:`~django.db.models.functions.Chr`, :class:`~django.db.models.functions.Left`, + :class:`~django.db.models.functions.LPad`, :class:`~django.db.models.functions.LTrim`, :class:`~django.db.models.functions.Ord`, :class:`~django.db.models.functions.Replace`, :class:`~django.db.models.functions.Right`, + :class:`~django.db.models.functions.RPad`, :class:`~django.db.models.functions.RTrim`, and :class:`~django.db.models.functions.Trim`. |
