~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/schema.py

  • Committer: Tarmac
  • Author(s): Łukasz Czyżykowski
  • Date: 2013-04-16 13:40:21 UTC
  • mfrom: (178.1.21 upgrade-to-django-1.5)
  • Revision ID: tarmac-20130416134021-q45ptpwb4bn0payb
[r=michael.nelson] Upgrade to Django 1.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""configglue schema for the Apps Directory."""
19
19
 
20
 
 
21
 
import django
22
20
from configglue import schema
23
21
from django_configglue.schema import schemas
24
22
from oops_dictconfig.configglue_options import OopsOption
25
23
 
26
 
DjangoSchema = schemas.get('1.3.1')
 
24
DjangoSchema = schemas.get('1.5.1')
27
25
 
28
26
 
29
27
class WebCatalogSchema(DjangoSchema):