Opened 15 years ago
Closed 15 years ago
#12479 closed (fixed)
Missing non-keyword argument in as_sql method call
Reported by: | Joel Watts | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.gis.db.models.sql.compiler.GeoSQLCompiler.get_columns
calls col.as_sql
without the required connection
argument.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | as_sql.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added the connection argument