mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Updated Wikipedia links to use https
This commit is contained in:
parent
18f3d4c1bd
commit
64982cc2fb
38 changed files with 66 additions and 66 deletions
|
@ -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 <http://en.wikipedia.org/wiki/Regression_analysis>`_)::
|
||||
`wikipedia <https://en.wikipedia.org/wiki/Regression_analysis>`_)::
|
||||
|
||||
>>> TestModel.objects.aggregate(count=RegrCount(y='field3', x='field2'))
|
||||
{'count': 2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue