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 <karthikk....@gmail.com>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 mezzanine-users+unsubscr...@googlegroups.com.
> 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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to