Opened 15 years ago
Closed 15 years ago
#11814 closed (fixed)
GIS with mysql doesnt work together with multidb raises argument exception on make_atom()
Reported by: | asd | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | soc2009/multidb |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi, this is my first ticket, please bare with me :)
GIS in combination with multidb raises
make_atom() takes exactly 3 arguments (4 given)
in:
django/contrib/gis/db/models/sql/where.py django/contrib/gis/db/models/sql/query.py
My patch against r11468 (http://code.djangoproject.com/svn/django/branches/soc2009/multidb) for that is attached to this ticket.
Cheers,
- Sebastian D.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | multidb-0.1.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed on my Github branch, the results of that work will be pushed to the SVN branch shortly.