mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 05:26:53 +01:00
Updated to Django 2
This commit is contained in:
parent
f3654310bd
commit
8f6231bd34
7 changed files with 16 additions and 13 deletions
2
src/documents/migrations/0011_auto_20160303_1929.py
Normal file → Executable file
2
src/documents/migrations/0011_auto_20160303_1929.py
Normal file → Executable file
|
|
@ -7,6 +7,8 @@ from django.db import migrations
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('documents', '0010_log'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue