ContentType in magic removal :: how to?

2006-03-30 Thread arthur debert
Hi. I am trying to get a model's content type in magic-removal. I have a model's instance when I try : ContentTypeManager().get_for_model(instance) I get : AttributeError: 'NoneType' object has no attribute 'DoesNotExist' I got it working with: def get_content_type(model): opts = model.

Re: ContentType in magic removal :: how to?

2006-03-30 Thread Jacob Kaplan-Moss
On Mar 30, 2006, at 2:50 PM, arthur debert wrote: > sorry if this is too basic. ;-( , am I missing the obvious? > wouldn't a get_content_type() static method make sense for all model > classes? You want ContentType.objects.get_for_model(MyModel) Jacob --~--~-~--~~~--

Re: ContentType in magic removal :: how to?

2006-03-30 Thread arthur debert
thanks a lot Jacob, I WAS missing the obvious. --~--~-~--~~~---~--~~ 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,