~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to src/maasserver/migrations/0006_increase_filestorage_filename_length.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# encoding: utf-8
6
6
import datetime
 
7
 
 
8
from django.db import models
7
9
from south.db import db
8
10
from south.v2 import SchemaMigration
9
 
from django.db import models
 
11
 
10
12
 
11
13
class Migration(SchemaMigration):
12
14