Commit b10f7e5b44bea97c13e39dd5a729f1c566312687
1 parent
31cc7895
Exists in
master
and in
39 other branches
Importing all from same place
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/proxy/trac/migrations/0001_initial.py
1 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
2 | from __future__ import unicode_literals | 2 | from __future__ import unicode_literals |
3 | 3 | ||
4 | -from django.db import models, migrations | ||
5 | -from django.db import connections | 4 | +from django.db import models, migrations, connections |
6 | 5 | ||
7 | 6 | ||
8 | def create_views(apps, schema_editor): | 7 | def create_views(apps, schema_editor): |