summaryrefslogtreecommitdiffstats
path: root/todolists/migrations/0004_auto__add_field_todolist_slug.py
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Add todolists slug fieldDan McGee1-0/+123
This will be used to make more descriptive URLs for our todolists. The `null=True` bit will be removed once a data migration is added to add slugs to all previously created todolists. Signed-off-by: Dan McGee <dan@archlinux.org>