(Bumped again, since it seems that the first message and first bump both got lost in the noise.)
Hi all multi-db wanters, The branch is now feature-complete, at least until you all get your hands on it and start asking me to change stuff you don't like. :) (Or agree that the implementation of model save and delete should be moved out of the model proper into manager & query... ) I have started writing the new docs, but I was hoping that I could get a few more eyes on the branch before I get too deeply into that, in case there are major architectural changes that need to be made due to bugs or objections to the implementation. Let me know if you have questions about what parts of the code need especial review... for now, I'd just point at: django/db/__init__.py (new connection management classes) django/db/models/manager.py (added schema methods) django/db/backends/ansi/sql.py (gained schema sql moved from ... ) django/core/management.py ( ... lost schema sql) tests/runtests.py (create/drop additional test databases) The biggest changes are in those files. The tests are here: tests/modeltests/multiple_databases/models.py tests/othertests/ansi_sql.py tests/othertests/manager_schema_manipulation.py tests/othertests/request_isolation.py tests/othertests/thread_isolation.py And the incomplete first-draft work in progress doc file: docs/multiple_database_support.txt Thanks! JP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
