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:
committed by
Mariusz Felisiak
parent
60626162f7
commit
63300f7e68
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user