1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #24932 -- Added Cast database function.

Thanks Ian Foote for the initial patch.
This commit is contained in:
Claude Paroz
2015-06-05 15:20:37 +01:00
committed by Tim Graham
parent 5336158990
commit 03b6947728
4 changed files with 77 additions and 0 deletions

View File

@@ -349,6 +349,8 @@ Models
* :meth:`QuerySet.bulk_create() <django.db.models.query.QuerySet.bulk_create>`
sets the primary key on objects when using PostgreSQL.
* Added the :class:`~django.db.models.functions.Cast` database function.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~