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. :)

I'm about to start writing the new docs, and 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 right now the
only documention:

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

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to