vpistis / geodjango-basic-apps

Automatically exported from code.google.com/p/geodjango-basic-apps
0 stars 0 forks source link

error in cape example #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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/gi
s/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.

Original issue reported on code.google.com by bernard...@gmail.com on 27 Aug 2010 at 6:13

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

Original comment by dane.spr...@gmail.com on 27 Aug 2010 at 6:36