/bangkokhotel/lib/python2.5/site-packages/south/tests/otherfakeapp/migrations/0003_third.py
https://bitbucket.org/luisrodriguez/bangkokhotel · Python · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · c0063657231c160dcd2fb2d54e1e61fb MD5 · raw file
- from south.db import db
- from django.db import models
- class Migration:
-
- depends_on = (
- ("fakeapp", "0003_alter_spam"),
- )
-
- def forwards(self):
- pass
-
- def backwards(self):
- pass