On Tue, Sep 27, 2011 at 8:21 PM, Andre Terra <[email protected]> wrote: > It doesn't hurt to remind him that methods that begin with _ are considered > unstable API and are subject to change/removal without previous notice. > > > Cheers, > AT >
However, that API is documented in a release, and so is now subject to deprecation/POLA rules, so feel free to use it until you start seeing PendingDeprecationWarning. https://docs.djangoproject.com/en/1.3/topics/db/multi-db/#an-example Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

