Exactly, not Mezzanine's migrations, but any migrations that are specific to apps in your project =)
On Fri, Mar 21, 2014 at 9:16 AM, Karthik Kannan <[email protected]>wrote: > Hey Josh, > > I got what you're saying so I need to modify all files in my migrations > folder? it starts with 0001_initial.py and goes until 0006. > > Thanks once again! :) > Karthik > On Friday, March 21, 2014 9:34:45 PM UTC+5:30, Josh Cartmell wrote: > >> Hey Karthik, you need to comment things like that out in your own >> migrations. Open up each of your migrations files and search for >> 'mezzanine.generic.fields' and comment out any line that contains it and is >> in the models dict. >> >> >> On Fri, Mar 21, 2014 at 8:58 AM, Karthik Kannan <[email protected]>wrote: >> >>> Hello, >>> >>> I've been trying to get Mezzanine(3.0.9) to work with South but I keep >>> getting this error: >>> >>> Exception: >>> >>> Your project contains migrations that include one of the fields >>> from mezzanine.generic in its Migration.model dict: possibly >>> KeywordsField, CommentsField or RatingField. These migratons no >>> longer work with the latest versions of Django and South, so you'll >>> need to fix them by hand. This is as simple as commenting out or >>> deleting the field from the Migration.model dict. >>> See http://bit.ly/1hecVsD for an example. >>> >>> Now I went to the link and had a look at what's happening I noticed >>> those fields are already commented out in the said folder. >>> >>> Am I missing something? Any pointers? >>> >>> Many thanks for the help! >>> Karthik. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
