mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
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. |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| auth.py | ||
| middleware.py | ||
| models.py | ||
| urls.py | ||
| v1_api.py | ||
| v1_auth.py | ||
| v1_cli.py | ||
| v1_core.py | ||
| v1_crawls.py | ||
| v1_machine.py | ||