summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-29[multi-db] Merge trunk to [3825]. Some tests still failing.Jason Pellerin
2006-11-29[multi-db] Merge trunk to [3812]. Some tests still failing.Jason Pellerin
2006-11-29[multi-db] Merge trunk to [3764]. Some tests still failing.Jason Pellerin
2006-11-29[multi-db] Fixed bug in execution of pending references in install.Jason Pellerin
2006-11-28[multi-db] For all backends: commit only when a connection exists.Jason Pellerin
2006-11-28[multi-db] Fixed bug in manager.get_installed_models() that caused installed ...Jason Pellerin
2006-11-28[multi-db] Fixed bug in handling of inter-app pending statements on syncdb.Jason Pellerin
2006-11-27[multi-db] Fixed another typo in get_sql_create for pending references.Jason Pellerin
2006-11-27[multi-db] Fixed bug in get_sql_create() where builder was looked up incorrec...Jason Pellerin
2006-11-19Fixed bug where assigning a connection though Class.objects.db would raise a ...Jason Pellerin
2006-09-17[multi-db] Fixed bugs in connection handling and test database setup. All tes...Jason Pellerin
2006-09-15[multi-db] Fixed orphan pending error message. Changed get_create_table to on...Jason Pellerin
2006-09-14[mult-db] Removed debug print.Jason Pellerin
2006-09-14[multi-db] Fixed bugs in handling of pending references. Fixed dropping of te...Jason Pellerin
2006-09-14[multi-db] Fixed scoping bug that caused pending statements to execute too so...Jason Pellerin
2006-09-14[multi-db] Fixed psycopg2 backend. Removed inheritence from local from all ba...Jason Pellerin
2006-09-14[multi-db] Merge trunk to [3754]. Some tests still failing.Jason Pellerin
2006-09-08[multi-db] Merge trunk to [3737]. Some tests still failing.Jason Pellerin
2006-09-08[multi-db] Minor documentation updatesJason Pellerin
2006-09-04[multi-db] Merge trunk to [3661]Jason Pellerin
2006-08-27[multi-db] Removed unused functions from django.core.management. Updated djan...Jason Pellerin
2006-08-27[multi-db] Implemented django.core.managment.syncdb using db access through m...Jason Pellerin
2006-08-27[multi-db] Merge trunk to [3660].Jason Pellerin
2006-08-27[multi-db] Merge trunk to [3659].Jason Pellerin
2006-08-27[multi-db] Merge trunk to [3658].Jason Pellerin
2006-08-27[multi-db] Merge trunk to [3657].Jason Pellerin
2006-08-23[multi-db] Fixed typo in doc for django.db.connect.Jason Pellerin
2006-08-22[multi-db] Merged to [3646]Adrian Holovaty
2006-08-20[multi-db] Merge trunk to [3620]Jason Pellerin
2006-08-14[multi-db] Merge trunk to [3578]Jason Pellerin
2006-08-04[multi-db] Merge trunk to [3522]Jason Pellerin
2006-08-01[multi-db] Added first, incomplete draft of multiple db doc.Jason Pellerin
2006-07-31[multi-db] Merge trunk to [3501]Jason Pellerin
2006-07-25[multi-db] Removed unused drop() method from Manager.Jason Pellerin
2006-07-25[multi-db] Added check in model validation for models related to other Jason Pellerin
2006-07-25[multi-db] Added ``__str__`` to _default connection singleton.Jason Pellerin
2006-07-25[multi-db] Updated django.core.management to use SchemaBuilder for each model...Jason Pellerin
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