mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-03 20:29:45 +00:00
8283642bfb
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>