Opened 13 years ago
Closed 13 years ago
#17687 closed Bug (fixed)
LayerMapping ignores database routers
Description ¶
The LayerMapping
class from contrib.gis
currently supports multiple databases via a using
argument that defaults to DEFAULT_DB_ALIAS
. This fails when mapping a model that is routed to a non-default database.
Change History (5)
comment:1 by , 13 years ago
Version: | 1.3-rc1 → 1.3 |
---|
by , 13 years ago
Attachment: | pull-112.patch added |
---|
comment:2 by , 13 years ago
Has patch: | set |
---|---|
Version: | 1.3 → 1.4-alpha-1 |
comment:3 by , 13 years ago
Component: | Uncategorized → GIS |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
From Github pull request #112