Opened 9 years ago

Closed 9 years ago

#24415 closed Bug (needsinfo)

select_related() uses always QuerySet and Query classes from originating Model on spatialite

Reported by: Jaime Owned by: nobody
Component: Database layer (models, ORM) Version: 1.6
Severity: Normal Keywords: query orm spatialite
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The issue described in https://code.djangoproject.com/ticket/12344 is marked as fixed for the Oracle spatial backend but repros for me when using spatialite.

Change History (1)

comment:1 by Simon Charette, 9 years ago

Resolution: needsinfo
Status: newclosed

Can you reproduce against master?

The report for #12344 talks about a traceback, could you provide a small testcase to reproduce the issue with the raised exception traceback and re-open this ticket.

Marking as needsinfo since the tests added in [a488589461] are passing on the Spatialite CI.

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