Export to GitHub

geodjango-basic-apps - issue #6

error in cape example


Posted on Aug 27, 2010 by Swift Kangaroo

What steps will reproduce the problem? 1. cape app 2. go to http://localhost:8000/wards/96/

What is the expected output? What do you see instead?

TemplateSyntaxError at /wards/96/

Caught AttributeError while rendering: 'tuple' object has no attribute 'srid'

Request Method: GET Request URL: http://localhost:8000/wards/96/ Django Version: 1.2.1 Exception Type: TemplateSyntaxError Exception Value:

Caught AttributeError while rendering: 'tuple' object has no attribute 'srid'

Exception Location: /usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/contrib/gis/db/backends/postgis/operations.py in get_geom_placeholder, line 390

What version of the product are you using? On what operating system?

Ubuntu 10.04

Please provide any additional information below.

Comment #1

Posted on Aug 27, 2010 by Quick Hippo

thx for the report, fixed in http://code.google.com/p/geodjango-basic-apps/source/detail?r=120

Status: Fixed

Labels:
Type-Defect Priority-Medium