summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-21[multi-db] Updated runshell() calls to accept settings.Jason Pellerin
2006-07-20[multi-db] Moved DateTimeField and TimeField microsecond adjustments Jason Pellerin
2006-07-19[multi-db] Added first request isolation tests (testing that database setting...Jason Pellerin
2006-07-19[multi-db] Fixed bug in request isolation of ConnectionInfoDescriptor.Jason Pellerin
2006-07-19[multi-db] Integrated drop table generation from ansi sql, updated model Jason Pellerin
2006-07-19[multi-db] Updated ansi sql test to reflect that drop table output is Jason Pellerin
2006-07-19[multi-db] Removed reverse() from drop table output.Jason Pellerin
2006-07-19[multi-db] Moved ConnectionInfoDescriptor to django.db, updated imports Jason Pellerin
2006-07-19[multi-db] Moved ConnectionInfoDescriptor() from manager to django.db, Jason Pellerin
2006-07-19[multi-db] Added workarounds for model-loading to allow in-module models to a...Jason Pellerin
2006-07-19[multi-db] Made some minor formatting/line-length adjustmentsJason Pellerin
2006-07-19[multi-db] Fixed broken tests.Jason Pellerin
2006-07-19[multi-db] Updated runtests.py to load TEST_DATABASE_MODEL settings into Jason Pellerin
2006-07-19[multi-db] Updated query builder functions to use Jason Pellerin
2006-07-19[multi-db] Added weakref to model in Options (self._model) and method Jason Pellerin
2006-07-19[multi-db] Updated tests/othertests/manager_schema_manipulation to use OTHER_...Jason Pellerin
2006-07-19[multi-db] Updated tests/othertests/ansi_sql.py to access db connection info ...Jason Pellerin
2006-07-19[multi-db] Began updating models.db.query to access connection through manage...Jason Pellerin
2006-07-19[multi-db] Updated multiple_databases tests to use OTHER_DATABASES setting.Jason Pellerin
2006-07-19[multi-db] Added MODELS settings to TEST_DATABASES.Jason Pellerin
2006-07-19Updated ansi sql schema builder to access db connection through model._defaul...Jason Pellerin
2006-07-19[multi-db] Updated related fields to get db connection from model._default_ma...Jason Pellerin
2006-07-19[multi-db] Updated Model and its utility functions to access the db connectio...Jason Pellerin
2006-07-19[multi-db] Removed connection information and db_connection from model Meta.Jason Pellerin
2006-07-19[multi-db] Added basic tests for Manager.db attribute.Jason Pellerin
2006-07-19[multi-db] Added ConnectionInfoDescriptor and attached it as db attribute in ...Jason Pellerin
2006-07-16[multi-db] Merge trunk to [3354]Jason Pellerin
2006-07-11[multi-db] Changed name of optional named databases setting to Jason Pellerin
2006-07-11[multi-db] Refactored connection handling to correct bugs in original Jason Pellerin
2006-07-11[multi-db] Added preliminary drop-table generation to django.db.backends.ansi...Jason Pellerin
2006-07-10[multi-db] Removed sql functions that have been moved to django.db.backends.a...Jason Pellerin
2006-07-10[multi-db] Updated django.core.management.get_sql_initial_data to use each mo...Jason Pellerin
2006-07-10[multi-db] Minor refactoring: moved collation of sql statements by connection...Jason Pellerin
2006-07-10[multi-db] Updated django.core.management.get_sql_indexes to use each model's...Jason Pellerin
2006-07-09[multi-db] Merge trunk to [3302]Jason Pellerin
2006-07-07[multi-db] Updated tests to expect pendings in dict format instead of Jason Pellerin
2006-07-07[multi-db] Updated django.core.management to use pending dicts Jason Pellerin
2006-07-07[multi-db] Updated Manager to use pendings dicts correctly, and added Jason Pellerin
2006-07-07[multi-db] Added _app_model_order to django.db.models.loading, a dict of Jason Pellerin
2006-07-07[multi-db] Updated ansi sql SchemaBuilder to track pendings as dicts Jason Pellerin
2006-07-07[multi-db] Fixed dummy backend DatabaseWrapper(): needs to accept settings ar...Jason Pellerin
2006-07-06[multi-db] Added transaction and relation usage tests to multiple Jason Pellerin
2006-07-03[multi-db] Began integrating Manager schema manipulation methods into django....Jason Pellerin
2006-07-03[multi-db] Added install() and other schema manipulation methods to Manager. ...Jason Pellerin
2006-07-03[multi-db] Added builder property to creation module of all backends. Current...Jason Pellerin
2006-07-03[multi-db] Made minor formatting updates. Added basic support for drop table,...Jason Pellerin
2006-07-03[multi-db] Added TEST_DATABASES tuple to runtests.py. Now, databases in TEST_...Jason Pellerin
2006-07-03[multi-db] Fix style handling: don't use mutable default style argument.Jason Pellerin
2006-07-03[multi-db] Added django.db.backends.ansi.sql, with BoundStatement and SchemaB...Jason Pellerin
2006-07-03[multi-db] Merge trunk to [3257]Jason Pellerin