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