Re: Third party object like model field

2010-10-31 Thread Shawn Milochik
http://docs.djangoproject.com/en/dev/howto/custom-model-fields/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Third party object like model field

2010-10-31 Thread Alex Boyko
Hello! I'd like to ask a bit newbie question but cannot realize how to do it. How I can implement following model: class Something(models.Model): name = models.CharField(max_length = 50) # and so on.. # next fields have predefined Django types #... ts = # where ts