datatracker/south/__init__.py
Ole Laursen 73f3ce0905 Replace South with South 0.8.4
- Legacy-Id: 6872
2013-12-11 14:07:19 +00:00

10 lines
177 B
Python

"""
South - Useable migrations for Django apps
"""
__version__ = "0.8.4"
__authors__ = [
"Andrew Godwin <andrew@aeracode.org>",
"Andy McCurdy <andy@andymccurdy.com>"
]