Re: "stable API" misconception giving BaseManager and Manager as examples

2014-12-27 Thread Tim Graham
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

"stable API" misconception giving BaseManager and Manager as examples

2014-12-27 Thread Ilya Kazakevich
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