Changes between Version 11 and Version 12 of MultipleDatabaseSupport
- Timestamp:
- Jul 25, 2006, 1:38:55 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v11 v12 5 5 === Current status === 6 6 7 ''' USABLE'''7 '''FEATURE COMPLETE''' (alpha) 8 8 9 All tests pass. Much work remains in integrating changes into django.core.management and improving docs and tests.10 9 All features are implemented and all tests pass. Much work remains in documenting the new features and extending test coverage. 10 11 11 Work is ongoing in the multiple-db-support branch, which you can check out thusly: 12 12 … … 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||DONE|| 26 ||When validating models, warn user if a model references another model that is configured 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||DONE|| 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||||