mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
pep8
This commit is contained in:
parent
729f005600
commit
2400245b96
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ def set_added_time_to_created_time(apps, schema_editor):
|
|||
doc.added = doc.created
|
||||
doc.save()
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('documents', '0019_add_consumer_user'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue