migration via south for inheritance change -> please help

2012-07-02 Thread mcJack
n manually in the created migration script? or is there an option/switch I didn't notice? Any hints are very welcome, thanks a lot mcJack -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit http

admin.ModelAdmin - Recycling TabularInline requires backward foreign key?

2012-05-03 Thread mcJack
Hi all, I try to build a django powered web application which deals with several entities in the database. There is one table - call it A -, which is referenced from several other tables via ForeignKey "fields". I managed to show the content of the referenced table as an inline, but as soon as i s