From coder.cl:
Python provides a query API through its ORM library. All models can define queries using the most common aggregates like Sum, Avg, Max, Min and Count. Since you cannot use SQL functions with Django aggregates, you must define your own aggregates to be used with functions.
Tagged: #django #sql #python #postgresql #mysql #compilers #orm