google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

aggregates.py not found (django 1.0) #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
./manage.py --pythonpath=/path/to/django-pyodbc-src dumpdata

What is the expected output? 
json output of db tables

What do you see instead?

File
"/home/hoffmanc/django-pyodbc-read-only/sql_server/pyodbc/aggregates.py",
line 1, in <module>
    from django.db.models.sql.aggregates import *
ImportError: No module named aggregates

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

Just checked out the latest source

Original issue reported on code.google.com by chris.c....@gmail.com on 16 Feb 2009 at 7:45

GoogleCodeExporter commented 9 years ago
If you are using Django 1.0.x you need to use `django-1.0.x` django-pyodbc 
branch
instead of trunk.

I've added a note to the News page about this and tried to make it more 
prominent in
the main page.

Original comment by cra...@gmail.com on 18 Feb 2009 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by cra...@gmail.com on 1 Mar 2009 at 12:24