Re: GenericForeignKey with content_type in a related model ???

2009-11-05 Thread Jesse Legg
You won't be able to use a GenericForeignKey in this situation, but you could write a helper method and define a property to affect something similar. For example: class ModelTwo(models): model_one = models.ForeignKey(ModelOne) object_id = models.PositiveIntegerField() def get_content_o

Releasing django-calais v0.2

2009-10-05 Thread Jesse Legg
c. Here's the link to the Google Code project: http://code.google.com/p/django-calais/ Would love to hear what you all think. Thanks! - Jesse Legg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django user