[PR #1757] Fix: Increase Snapshot URL max_length to 1600 characters #3017

Open
opened 2026-03-01 18:01:24 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1757

State: open
Merged: No


Fixes #1688

Increases the Snapshot.url field max_length from 200 to 1600 characters to allow saving longer URLs in the Admin UI.

Changes

  • Updated Snapshot.url field in archivebox/core/models.py to max_length=1600
  • Created migration 0025_alter_snapshot_url_max_length.py

Generated with Claude Code


Summary by cubic

Increase Snapshot.url max_length from 200 to 1600 to support long URLs and prevent save/validation errors in the Admin UI.

  • Migration
    • Run database migrations.
    • No data loss; only the column size is updated.

Written for commit 584190babb. Summary will update on new commits.

**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1757 **State:** open **Merged:** No --- Fixes #1688 Increases the Snapshot.url field max_length from 200 to 1600 characters to allow saving longer URLs in the Admin UI. ### Changes - Updated Snapshot.url field in archivebox/core/models.py to max_length=1600 - Created migration 0025_alter_snapshot_url_max_length.py Generated with [Claude Code](https://claude.ai/code) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Increase Snapshot.url max_length from 200 to 1600 to support long URLs and prevent save/validation errors in the Admin UI. - **Migration** - Run database migrations. - No data loss; only the column size is updated. <sup>Written for commit 584190babbdeb4c51131b20d99f1f4e057923d36. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3017
No description provided.