mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #187] add a slug field for domain and hosts #174
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elnappo on GitHub (Nov 29, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/187
e.g.: nsupdate.info/host/test-nsupdate-de/ instead of nsupdate.info/host/1341/
This makes urls much more readable and don't expose host and domain ids
django-extensions already has a AutoSlugField or use https://bitbucket.org/neithere/django-autoslug/
@ThomasWaldmann commented on GitHub (Nov 29, 2014):
do we really need an additional db field or can it work with existing fields, like domain and host?
@ThomasWaldmann commented on GitHub (Feb 8, 2015):
looked at django-autoslug shortly. latest release seems to be behind repo quite a bit and repo has changes for django 1.7 support that are not released yet.