No, it turned out that my django-startproject.py was still the one for 1.3...

On Fri, Mar 23, 2012 at 10:47 AM, Reinout van Rees <rein...@vanrees.org> wrote:
> On 22-03-12 17:34, Jeff Heard wrote:
>>
>> Has anyone seen this before?  Am I missing something?  This hasn't even
>> gotten to my code yet.  I'm using this in my settings.py:
>>
>> TEST_RUNNER = 'django.contrib.gis.tests.GeoDjangoTestSuiteRunner'
>>
>> I have a template PostGIS database setup properly.  And I'm running the
>> stable release of Django 1.3.
>>
>> ---
>>
>> Traceback (most recent call last):
>
> ...
>
>>    self.connection.connection.autocommit = True
>> psycopg2.ProgrammingError: autocommit cannot be used inside a transaction
>
>
> For me, this normally means the database definition is not quite right.
>
> In your geodjango case, do you perhaps miss django.contrib.gis in your
> INSTALLED_APPS list?
>
>
> Reinout
>
> --
> Reinout van Rees                    http://reinout.vanrees.org/
> rein...@vanrees.org             http://www.nelen-schuurmans.nl/
> "If you're not sure what to do, make something. -- Paul Graham"
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to