Truth, Did you have any joy on this issue? I too am up agianst this
now as well . . . I was considering installing the previous version of
Django? Have you tried doing this?


Rgd,

Siddus74 Nottingham UK

On Aug 28, 9:27 pm, truth <[EMAIL PROTECTED]> wrote:
> Has anyone figured this out? Im getting the same thing when using the
> latest django with surftrackr. I have been told that surtfrackr wont
> work with the latest django but I dont know if that is true.
>
> On Aug 4, 5:23 am, Frank <[EMAIL PROTECTED]> wrote:> Same problem here, same 
> satchmo, same django, same problem:
>
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.5/site-packages/django/core/management/
> > commands/runserver.py", line 47, in inner_run
> >     self.validate(display_num_errors=True)
> >   File "/usr/lib/python2.5/site-packages/django/core/management/
> > base.py", line 117, in validate
> >     num_errors = get_validation_errors(s, app)
> >   File "/usr/lib/python2.5/site-packages/django/core/management/
> > validation.py", line 28, in get_validation_errors
> >     for (app_name, error) in get_app_errors().items():
> >   File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
> > line 128, in get_app_errors
> >     self._populate()
> >   File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
> > line 57, in _populate
> >     self.load_app(app_name, True)
> >   File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
> > line 72, in load_app
> >     mod = __import__(app_name, {}, {}, ['models'])
> >   File "/home/bod/projects/project/apps/shop/models.py", line 14, in
> > <module>
> >     from apps.contact.models import Contact, Order
> >   File "/home/bod/projects/project/apps/contact/models.py", line 14,
> > in <module>
> >     from apps.discount.models import Discount
> >   File "/home/bod/projects/project/apps/discount/models.py", line 16,
> > in <module>
> >     from apps.product.models import Product
> >   File "/home/bod/projects/project/apps/product/models.py", line 317,
> > in <module>
> >     class Product(models.Model):
> >   File "/home/bod/projects/project/apps/product/models.py", line 331,
> > in Product
> >     category = models.ManyToManyField(Category, filter_interface=True,
> > blank=True, verbose_name=_("Category"))
> >   File "/usr/lib/python2.5/site-packages/django/db/models/fields/
> > related.py", line 751, in __init__
> >     Field.__init__(self, **kwargs)
> > TypeError: __init__() got an unexpected keyword argument
> > 'filter_interface'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to