Alex Gaynor 11/27/2009

Why Meta.using was removed

Read Original

This article details the decision to remove the Meta.using option from Django's multiple database work. It explains that while useful for horizontal partitioning by model, the option conflicted with Django's reusable app philosophy by tying database logic directly to models. The authors are working on a more flexible callback-based API for routing database queries.

Why Meta.using was removed

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week