1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27834 -- Added StrIndex database function.

This commit is contained in:
Brad Melin
2017-02-21 08:43:38 +02:00
committed by Tim Graham
parent 3f64fd2f75
commit b625907a79
5 changed files with 124 additions and 3 deletions

View File

@@ -170,7 +170,8 @@ Migrations
Models
~~~~~~
* ...
* The new :class:`~django.db.models.functions.StrIndex` database function
finds the starting index of a string inside another string.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~