ArchiveBox/archivebox/api
Claude 2ea66d05d1
Move tag slug logic onto Tag.slug @property
Replaces the tag_filename_safe() helper with a Tag.slug property
that returns the slugified form via django.utils.text.slugify.
Call sites now just use tag.slug directly.
2026-04-21 17:32:25 +00:00
..
migrations wip 2026-03-23 03:58:32 -07:00
__init__.py wip 2026-03-23 03:58:32 -07:00
admin.py wip 2026-03-23 03:58:32 -07:00
apps.py wip 2026-03-23 03:58:32 -07:00
auth.py wip 2026-03-23 03:58:32 -07:00
middleware.py wip 2026-03-23 03:58:32 -07:00
models.py wip 2026-03-23 03:58:32 -07:00
urls.py wip 2026-03-23 03:58:32 -07:00
v1_api.py wip 2026-03-23 03:58:32 -07:00
v1_auth.py wip 2026-03-23 03:58:32 -07:00
v1_cli.py wip 2026-03-23 03:58:32 -07:00
v1_core.py Move tag slug logic onto Tag.slug @property 2026-04-21 17:32:25 +00:00
v1_crawls.py wip 2026-03-23 03:58:32 -07:00
v1_machine.py wip 2026-03-23 03:58:32 -07:00