Inherited manytomany field not showing up in django shell

2012-02-01 Thread Kabir Kukreti
I am working on blog application. I have made class "GenericBlog", which I am inheriting to a class Blog.There is a manytomany field in the GenericBlog class called "sites". The problem in this that when I try to create an object of "Blog", in the django shell, it gives an error "sites si an inval

Postgres array datatypes equivalent in django models

2011-09-19 Thread Kabir Kukreti
Hi I have a legacy system, which uses Postgres array datatypes.We are now migrating to Django, can any one suggest a method to get the array types of Postgres in models.py ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,