Closed
Bug 655156
Opened 14 years ago
Closed 5 years ago
Make database-special casings work for multi-db django
Categories
(Webtools Graveyard :: Elmo, defect, P5)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Pike, Unassigned)
Details
There are hacks around unicode support and indexes for text fields around mysql or not in our code.
We should make those work with the multi-db django infra.
For example, for fields, there should probably be calls in an overloaded contribute_to_class that ask django.db.router for read and write databases, and use the hacks for reading and writing only, as fits.
Updated•14 years ago
|
Priority: -- → P5
Comment 1•5 years ago
|
||
The production instance of Elmo running on l10n.mozilla.org has been decommissioned as of September 2020, and there are no plans to develop this project further.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•