mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-19 06:19:26 +00:00
Moves shared file-level fields (checksum, archive_checksum, content, mime_type, added) and shared properties (has_archive_version, archive_path, archive_file, file_type, thumbnail_file, get_public_filename) into a new abstract base class DocumentBase. DocumentVersion overrides _public_display_name() to use the parent document title. Produces no migration changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>