Skip to main content

Intelligent slug computing

Project description

A slug field that automatically calculates its value.

Options

All options that are available for django.db.models.SlugField are also available AISlugField.

  • populate_from: Property on the model that is the base for the computed slug, defaults to 'title'

  • slugify: User defined slugify callback function to compute the slug from populate_from

  • invalid: List or function that returns a list of invalid values

  • queryset: Queryset to use for making the slug unique within the queryset scope, default value is the default manager

  • update: If false the slug will not be updated from populate_from on subsequent saves.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-aislug-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page