]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Change: treat created as date not datetime (#9793)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 16 May 2025 14:23:04 +0000 (07:23 -0700)
committerGitHub <noreply@github.com>
Fri, 16 May 2025 14:23:04 +0000 (14:23 +0000)
commit1a6f32534ce98ad208f158f6be46e59f663fbdae
treee914ef60b39e5a402edb1ea6d795da38d19f8fcc
parentce5d4e9c927d711a8177fb541b6737783bcb44b9
Change: treat created as date not datetime (#9793)
18 files changed:
src/documents/filters.py
src/documents/index.py
src/documents/migrations/1067_alter_document_created.py [new file with mode: 0644]
src/documents/models.py
src/documents/serialisers.py
src/documents/signals/handlers.py
src/documents/templating/filepath.py
src/documents/templating/workflows.py
src/documents/tests/test_api_documents.py
src/documents/tests/test_api_objects.py
src/documents/tests/test_api_permissions.py
src/documents/tests/test_api_search.py
src/documents/tests/test_api_trash.py
src/documents/tests/test_bulk_edit.py
src/documents/tests/test_consumer.py
src/documents/tests/test_document_model.py
src/documents/tests/test_file_handling.py
src/documents/tests/test_migration_created.py [new file with mode: 0644]