Re: Django 1.6 GenericRelation regression

2013-11-11 Thread Aymeric Augustin
On 12 nov. 2013, at 01:51, Josh Cartmell wrote: > I think this might be a Django bug, should I open an issue on trac? Hi Josh, Yes, please open a ticket on Trac. Thank you, -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" grou

Django 1.6 GenericRelation regression

2013-11-11 Thread Josh Cartmell
I am a developer that helps out with Mezzanine and ever since 1.6 came out we have been struggling to get Mezzanine to work under it. The trouble that we have run into in 1.6 is getting a GenericRelation to show up in admin fieldsets, this worked previously. Here is