# HG changeset patch # User cavaliet # Date 1371732115 -7200 # Node ID 77e6b3cb617ca7d3b0a8623a13876172300d9d42 # Parent ad3dd662b64f4d27fb26b87b0ce5859a579effb3 remove useless migration and version number to 0.1.3 diff -r ad3dd662b64f -r 77e6b3cb617c src/aixweb/__init__.py --- a/src/aixweb/__init__.py Thu Jun 20 11:10:09 2013 +0200 +++ b/src/aixweb/__init__.py Thu Jun 20 14:41:55 2013 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 1, 2, "final", 0) +VERSION = (0, 1, 3, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r ad3dd662b64f -r 77e6b3cb617c src/aixweb/migrations/0002_iri_url_update.py --- a/src/aixweb/migrations/0002_iri_url_update.py Thu Jun 20 11:10:09 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -from django.core.management import call_command -from south.v2 import DataMigration - -class Migration(DataMigration): - - def forwards(self, orm): - # Call the command from ldt_utils app - call_command('updateiriurlinprojects') - - def backwards(self, orm): - "Write your backwards methods here." - - models = { - - } - - complete_apps = ['ldtplatform'] - symmetrical = True diff -r ad3dd662b64f -r 77e6b3cb617c src/aixweb/migrations/0003_recalculate_contentstat.py --- a/src/aixweb/migrations/0003_recalculate_contentstat.py Thu Jun 20 11:10:09 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -from django.core.management import call_command -from south.v2 import DataMigration - -class Migration(DataMigration): - - def forwards(self, orm): - # Call the command from ldt_utils app - call_command('statannotation') - - def backwards(self, orm): - "Write your backwards methods here." - - models = { - - } - - complete_apps = ['ldtplatform'] - symmetrical = True