Created
March 9, 2016 18:14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applying path.0004_remove_pathchangepublish_published_to_paths...Traceback (most recent call last): | |
File "./manage.py", line 10, in <module> | |
execute_from_command_line(sys.argv) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 351, in execute_from_command_line | |
utility.execute() | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 343, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv | |
self.execute(*args, **cmd_options) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute | |
output = self.handle(*args, **options) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 222, in handle | |
executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 110, in migrate | |
self.apply_migration(states[migration], migration, fake=fake, fake_initial=fake_initial) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 148, in apply_migration | |
state = migration.apply(state, schema_editor) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/db/migrations/migration.py", line 115, in apply | |
operation.database_forwards(self.app_label, schema_editor, old_state, project_state) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py", line 121, in database_forwards | |
schema_editor.remove_field(from_model, from_model._meta.get_field(self.name)) | |
File "/home/cbweb/.virtualenvs/coursebook/local/lib/python2.7/site-packages/django/db/models/options.py", line 554, in get_field | |
raise FieldDoesNotExist('%s has no field named %r' % (self.object_name, field_name)) | |
django.core.exceptions.FieldDoesNotExist: PathChangePublish has no field named u'published_to_paths' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment