Git Product home page Git Product logo

Comments (4)

alex avatar alex commented on July 17, 2024

What version of south, and can you post a full traceback?

from django-taggit.

adamrt avatar adamrt commented on July 17, 2024

south 6.2, python 2.6, django 1.1, most recent commit on taggit

(vurbmoto)heroku:vurbmoto maple$ ./manage.py convert_to_south theatre
/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/registration/models.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
Creating migrations directory at '/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/theatre/migrations'...
Creating __init__.py in '/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/theatre/migrations'...
 + Added model 'theatre.Video'
 ( Parsing field: thumbnail
Traceback (most recent call last):
  File "./manage.py", line 11, in <module>
    execute_manager(settings)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/__init__.py", line 362, in execute_manager
    utility.execute()
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/__init__.py", line 303, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/base.py", line 195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/base.py", line 222, in execute
    output = self.handle(*args, **options)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/south/management/commands/convert_to_south.py", line 53, in handle
    management.call_command("startmigration", app, initial=True, verbosity=verbosity)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/__init__.py", line 166, in call_command
    return klass.execute(*args, **defaults)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/django/core/management/base.py", line 222, in execute
    output = self.handle(*args, **options)
  File "/Users/maple/Sites/virtualenvs/vurbmoto/lib/python2.6/site-packages/south/management/commands/startmigration.py", line 336, in handle
    added_fields.add((mkey, field.attname))
AttributeError: 'TaggableManager' object has no attribute 'attname'

from django-taggit.

alex avatar alex commented on July 17, 2024

I think this is a dupe of #10. Can you test south's HEAD and see if that solves your issue?

from django-taggit.

alex avatar alex commented on July 17, 2024

No new info, closing for now (there's a new South RC1 out, so if anyone hits this again please test that and report back.

from django-taggit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.