mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 04:56:53 +01:00
20 lines
388 B
Python
20 lines
388 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# Generated by Django 1.9.2 on 2016-03-03 19:29
|
||
|
|
from __future__ import unicode_literals
|
||
|
|
|
||
|
|
from django.db import migrations
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('documents', '0010_log'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.RenameModel(
|
||
|
|
old_name='Sender',
|
||
|
|
new_name='Correspondent',
|
||
|
|
),
|
||
|
|
]
|