diff options
author | luxagraf <sng@luxagraf.net> | 2018-05-09 09:39:48 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-05-09 09:39:48 -0400 |
commit | d2db3633ccdc70098b04eea25492327bcb82b685 (patch) | |
tree | 82f3dc2e7b8ef7a8fca3d7bb74232d70c36c5593 /app/notes/migrations/0004_auto_20160616_1444.py | |
parent | 1ac6c0b6fb2f0e0f8a92fbedf39eb39e7fa7676f (diff) |
Changed Notes app to be simpler
Diffstat (limited to 'app/notes/migrations/0004_auto_20160616_1444.py')
-rw-r--r-- | app/notes/migrations/0004_auto_20160616_1444.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/notes/migrations/0004_auto_20160616_1444.py b/app/notes/migrations/0004_auto_20160616_1444.py deleted file mode 100644 index 76b1f3a..0000000 --- a/app/notes/migrations/0004_auto_20160616_1444.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9 on 2016-06-16 14:44 -from __future__ import unicode_literals - -from django.db import migrations, models -import django.utils.timezone - - -class Migration(migrations.Migration): - - dependencies = [ - ('photos', '0010_auto_20160517_0906'), - ('notes', '0003_auto_20160208_1120'), - ] - - operations = [ - migrations.AddField( - model_name='luxnote', - name='images', - field=models.ManyToManyField(to='photos.LuxImage'), - ), - migrations.AlterField( - model_name='luxnote', - name='pub_date', - field=models.DateTimeField(default=django.utils.timezone.now), - ), - ] |