]> git.0d.be Git - chloro.git/blob - chloro/phyll/migrations/0002_auto_20191229_1932.py
5650df4c3d0df03334b7330e980556240168cdaa
[chloro.git] / chloro / phyll / migrations / 0002_auto_20191229_1932.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.17 on 2019-12-29 18:32
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('phyll', '0001_initial'),
12     ]
13
14     operations = [
15         migrations.AlterModelOptions(name='note', options={'ordering': ['-creation_timestamp']},),
16     ]