hey all. i have models like this : class basemodel(polymorphism): ... class teachers(basemodel): ... class courses(basemodel): ... now i want to remove teachers from polymorphism basemodel and transfer records from basemodel to teachers table. any document to do that ?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1bd0a2bd-8521-43a6-8fc8-aa6e92feafe2n%40googlegroups.com.

