Opened 10 years ago
Closed 10 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.
Note:
See TracTickets
for help on using tickets.
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.