In Django what is a slug field typically used for in a model?
To store password hashes
To store a URL-friendly short label (slug) often generated from a title
To store user session data
To mark translated strings
This question is part of this quiz :
Python | Django | Application Level Features