hearsaycorp / django-livefield

Convenient soft-deletion for Django models.
MIT License
35 stars 19 forks source link

South integration needs tests #14

Closed akshayjshah closed 9 years ago

akshayjshah commented 10 years ago

We should add a test migration to make sure that the South integration works.

Sorry to keep piling on, @dyve - can you take this one on, too? I'd jump in, but I've never used South before.

dyve commented 10 years ago

I can add South integration and I can try to set up tests (may have to ask around o StackOverflow). First the file renaming PR needs to be merged in, because South will depend on the location of the fields.

dyve commented 9 years ago

Most of our projects have switched to Django 1.7 migrations, I don't think I'll get to testing South again.

akshayjshah commented 9 years ago

Fair enough - most of the community seems to be going the same way, so we can close this.