From 64982cc2fb13ebc45982c64e25fdb7865e6d2499 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 8 Aug 2015 12:02:32 +0200 Subject: Updated Wikipedia links to use https --- docs/ref/contrib/postgres/aggregates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index af4a0661b3..d4c5f028f6 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -203,7 +203,7 @@ Here's some examples of some of the general-purpose aggregation functions:: The next example shows the usage of statistical aggregate functions. The underlying math will be not described (you can read about this, for example, at -`wikipedia `_):: +`wikipedia `_):: >>> TestModel.objects.aggregate(count=RegrCount(y='field3', x='field2')) {'count': 2} -- cgit v1.3