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

Fixed #21181 -- Added Collate database function.

Thanks Simon Charette for reviews.
This commit is contained in:
Tom Carrick
2020-08-08 13:37:06 +02:00
committed by Mariusz Felisiak
parent 60626162f7
commit 63300f7e68
10 changed files with 121 additions and 2 deletions

View File

@@ -273,6 +273,9 @@ Models
expressions that don't need to be selected but are used for filtering,
ordering, or as a part of complex expressions.
* The new :class:`~django.db.models.functions.Collate` function allows
filtering and ordering by specified database collations.
Pagination
~~~~~~~~~~