Changes between Version 9 and Version 10 of MultipleDatabaseSupport
- Timestamp:
- Jul 22, 2006, 11:08:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v9 v10 5 5 === Current status === 6 6 7 '''US EABLE'''7 '''USABLE''' 8 8 9 9 All tests pass. Much work remains in integrating changes into django.core.management and improving docs and tests. … … 21 21 ||MODELS entry in OTHER_DATABASES not model._meta.db_connection||DONE|| 22 22 ||Move connection info to manager||DONE|| 23 ||Tests for thread/request isolation|| ||23 ||Tests for thread/request isolation||DONE|| 24 24 ||Generate sql for dropping tables in django.db.backends.sql.ansi||DONE|| 25 25 ||Generate sql for resetting sequences in postgres backend SchemaBuilder subclass|||| 26 ||When validating models, warn user if a model references another model that is configure to use a different connection||||26 ||When validating models, warn user if a model references another model that is configured to use a different connection|||| 27 27 ||Create mutliple_db.txt doc documenting use of settings, transactions, etc.|||| 28 28 ||Link to multiple db doc from other docs where appropriate||||