Hello!

I don't know if this is the right place to a little problem I have
with this...

I installed schema-evolution and everything seemed to be fine... when
i try to run it with:

python manage.py sqlevolve app_name (obviously app_name is not my app
name :P)

I get the following:

BEGIN;
Traceback (most recent call last):
  File "manage.py", line 11, in ?
    execute_manager(settings)
  File "/usr/lib/python2.4/site-packages/django/core/management.py",
line 1898, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File "/usr/lib/python2.4/site-packages/django/core/management.py",
line 1858, in execute_from_command_line
    output = action_mapping[action](mod)
  File "/usr/lib/python2.4/site-packages/django/core/management.py",
line 519, in get_sql_evolution
    output = get_sql_evolution_check_for_changed_field_flags(klass,
new_table_name)
  File "/usr/lib/python2.4/site-packages/django/core/management.py",
line 627, in get_sql_evolution_check_for_changed_field_flags
    existing_fields = introspection.get_columns(cursor,db_table)
AttributeError: 'module' object has no attribute 'get_columns'

I've got django .96

Cheers


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to