Advertisement
xggrnx

Untitled

Sep 16th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.19 KB | None | 0 0
  1.   Applying users.0002_auto_20140916_0852...Traceback (most recent call last):
  2.   File "./manage.py", line 10, in <module>
  3.     execute_from_command_line(sys.argv)
  4.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  5.     utility.execute()
  6.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 377, in execute
  7.     self.fetch_command(subcommand).run_from_argv(self.argv)
  8.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv
  9.     self.execute(*args, **options.__dict__)
  10.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute
  11.     output = self.handle(*args, **options)
  12.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 160, in handle
  13.     executor.migrate(targets, plan, fake=options.get("fake", False))
  14.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 63, in migrate
  15.     self.apply_migration(migration, fake=fake)
  16.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 97, in apply_migration
  17.     migration.apply(project_state, schema_editor)
  18.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/migrations/migration.py", line 107, in apply
  19.     operation.database_forwards(self.app_label, schema_editor, project_state, new_state)
  20.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py", line 131, in database_forwards
  21.     schema_editor.alter_field(from_model, from_field, to_field)
  22.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/schema.py", line 509, in alter_field
  23.     self._alter_field(model, old_field, new_field, old_type, new_type, old_db_params, new_db_params, strict)
  24.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/schema.py", line 671, in _alter_field
  25.     params,
  26.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/schema.py", line 98, in execute
  27.     cursor.execute(sql, params)
  28.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 81, in execute
  29.     return super(CursorDebugWrapper, self).execute(sql, params)
  30.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 65, in execute
  31.     return self.cursor.execute(sql, params)
  32.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__
  33.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  34.   File "/home/ggrn/workspace/venvs/tstars/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 65, in execute
  35.     return self.cursor.execute(sql, params)
  36. django.db.utils.DataError: array value must start with "{" or dimension information
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement