1
0
mirror of https://github.com/django/django.git synced 2025-04-24 01:04:39 +00:00
Adam Johnson 52a4882c40 [3.2.x] Modernized custom manager example
Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods.

Backport of 59e503b6708d41a44f2aa320272de3e2ecb5d65c from master
2021-01-28 16:01:46 +01:00
..