django-autoslug (Automated Slug Field for Django) is a pluggable application for Django web framework containing an extended version of SlugField class shipped with Django itself.
AutoSlugField can automatically do the following on save:
- populate itself from another field (using 'populate_from'),
- use custom slugify() function (can be defined in settings), and
- preserve uniqueness of the value (using 'unique' or 'unique_with').
Commercial Use
Modify
Distribute
Place Warranty
Use Patent Claims
Sub-License
Hold Liable
Distribute Original
Disclose Source
Include Copyright
State Changes
Include License
Include Install Instructions
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities