dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

South support #28

Closed treyhunner closed 13 years ago

treyhunner commented 13 years ago

If fields or models are changed, added, or removed from django-moderation in the future, this will allow users of South to upgrade with ease because their database tables will be automatically migrated.

Users that do not use South will not be affected by this change.

dominno commented 13 years ago

Thank you.