summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-25[multi-db] Updated django.db.backends.postgresql.creation to use postgres-spe...Jason Pellerin
2006-07-25[multi-db] Added postgresql-specific SchemaBuilder subclass that includes met...Jason Pellerin
2006-07-23[multi-db] Backed out settings access through conf.settings, which was based ...Jason Pellerin
2006-07-23[multi-db] Corrected settings handling in isolation tests.Jason Pellerin
2006-07-23[multi-db] Removed debug print that should not have been checked in.Jason Pellerin
2006-07-23[multi-db] Merge trunk to [3426]Jason Pellerin
2006-07-21[multi-db] Removed unneed import.Jason Pellerin
2006-07-21[multi-db] Expanded request-isolation tests.Jason Pellerin
2006-07-21[multi-db] Added tests for thread isolation of db-related settings.Jason Pellerin
2006-07-21[multi-db] Reimplemented local proxying django.db.connection et al to be Jason Pellerin
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