Commit a4a5a12d3b7a21b86f7b61113e0272c077ecd7d1

Authored by Felipe Henrique de Almeida Bormann
1 parent 126195a8

commited merged migration

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
users/migrations/0004_merge_20161223_0208.py 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +# -*- coding: utf-8 -*-
  2 +# Generated by Django 1.10 on 2016-12-23 05:08
  3 +from __future__ import unicode_literals
  4 +
  5 +from django.db import migrations
  6 +
  7 +
  8 +class Migration(migrations.Migration):
  9 +
  10 + dependencies = [
  11 + ('users', '0003_auto_20161222_1806'),
  12 + ('users', '0003_auto_20161222_1505'),
  13 + ]
  14 +
  15 + operations = [
  16 + ]
... ...