Modify ↓
Ticket #163 (closed enhancement: fixed)
Custom adapters - new settings SOUTH_DATABASE_ADAPTER
| Reported by: | trebor74hr@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6 |
| Component: | databaseapi | Version: | 0.6-pre |
| Keywords: | custom database adapter | Cc: |
Description
I'm running django on my own django.db.adapter. Normally, south doesn't support this adapter, but I'm ready to write basic implementation of south adapter for this db engine. I made small change and svn diff from root based on r256, in order to define module path to custom south adapter (new settings SOUTH_DATABASE_ADAPTER). In similar way django can use custom adapters: http://docs.djangoproject.com/en/dev/ref/settings/#database-engine
I would kindly ask you if you could check this and submit this to the trunk. Thanks in advance.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

diff file - new settings SOUTH_DATABASE_ADAPTER