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:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user