Does django-reversion work well with south migrations?
Are django-reversion and south compatible?
Current versions:
– reversion – 1.2.1
– south – 0.7.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never used django-reversion but I see no reason why it wouldn’t be compatible.
Indeed, these updated docs from django-reversion detail on migrating from old versions of south and imply south and reversion can work fine together.