mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
s/Sender/Correspondent & reworked the (im|ex)porter
This commit is contained in:
parent
fad466477b
commit
070463b85a
14 changed files with 342 additions and 184 deletions
19
src/documents/migrations/0011_auto_20160303_1929.py
Normal file
19
src/documents/migrations/0011_auto_20160303_1929.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- 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',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue