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

Fixed #24301 -- Added PostgreSQL-specific aggregate functions

This commit is contained in:
Andriy Sokolovskiy
2015-02-08 17:21:48 +02:00
committed by Tim Graham
parent 931a340f1f
commit e4cf8c8420
10 changed files with 646 additions and 1 deletions

View File

@@ -69,6 +69,11 @@ Minor features
* ...
:mod:`django.contrib.postgres`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Added :doc:`/ref/contrib/postgres/aggregates`.
:mod:`django.contrib.redirects`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^