From 9d73326aad4d9aee61a16f7274819fa93f32dc72 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 2 May 2019 09:36:31 -0500 Subject: migrated to LXC container --- apps/notes/migrations/0004_auto_20181204_0653.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 apps/notes/migrations/0004_auto_20181204_0653.py (limited to 'apps/notes/migrations/0004_auto_20181204_0653.py') diff --git a/apps/notes/migrations/0004_auto_20181204_0653.py b/apps/notes/migrations/0004_auto_20181204_0653.py deleted file mode 100644 index fc6d911..0000000 --- a/apps/notes/migrations/0004_auto_20181204_0653.py +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by Django 2.1.2 on 2018-12-04 12:53 - -from django.db import migrations -import taggit.managers - - -class Migration(migrations.Migration): - - dependencies = [ - ('notes', '0003_auto_20181204_0641'), - ] - - operations = [ - migrations.AlterField( - model_name='note', - name='tags', - field=taggit.managers.TaggableManager(blank=True, help_text='Tags', through='notes.TaggedNotes', to='notes.LuxTag', verbose_name='Tags'), - ), - ] -- cgit v1.2.3-70-g09d2