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,

  1. Sebastian D.

Attachments (1)

multidb-0.1.patch (2.0 KB ) - added by asd 15 years ago.

Download all attachments as: .zip

Change History (2)

by asd, 15 years ago

Attachment: multidb-0.1.patch added

comment:1 by Alex Gaynor, 15 years ago

Resolution: fixed
Status: newclosed

This was fixed on my Github branch, the results of that work will be pushed to the SVN branch shortly.

Note: See TracTickets for help on using tickets.
Back to Top