In fact, there's an open ticket to create a reference of the public manager
methods. There's a detailed comment from Loic about some ideas for that:
https://code.djangoproject.com/ticket/20768
I think our existing policy about stable APIs being the ones that are
documented works pretty well. I
Hello,
In Djnago 1.7 Manager class extends BaseManager (actually, it extends its
proxy, created using from_queryset). BaseManager is not mentioned in
official documentation, so it is not part of official ("stable") api, right?
"All the public APIs (everything in this documentation) " (from here