paltman-archive / nashvegas

Another database migration script runner for Django projects.
http://paltman.github.com/nashvegas
MIT License
97 stars 18 forks source link

Refactor utilities #47

Closed dcramer closed 12 years ago

dcramer commented 12 years ago

This moves several helper functions out of upgradedb and into utils for future use (and API support outside of the manage.py command).

It also introduces the beginnings of a test suite.

dcramer commented 12 years ago

GH-46 will also need updated to support databases vs database in the call_command args

paltman commented 12 years ago

This looks fantastic. I just need to find some time to give it a spin locally before I merge. Thanks!