mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
20 lines
410 B
Python
20 lines
410 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9 on 2016-01-23 03:13
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('documents', '0004_auto_20160114_1844'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='sender',
|
|
options={'ordering': ('name',)},
|
|
),
|
|
]
|