django-autoslug

AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues

LGPL-3.0 License

Downloads
241.8K
Stars
289
Committers
35
django-autoslug - django-autoslug 1.9.9 Latest Release

Published by botpub over 1 year ago

  • Prevent situation in which slug could end in dash or underscore
  • Remove support for end-of-life Python & Django versions
django-autoslug - django-autoslug 1.9.8

Published by botpub over 4 years ago

Move FieldDoesNotExist import for compatibility with Django 3.1

django-autoslug - django-autoslug 1.9.7

Published by botpub over 4 years ago

Fix assertion error on empty slug

django-autoslug - django-autoslug 1.9.6

Published by botpub about 5 years ago

Handle timezones for datetime fields

django-autoslug - django-autoslug 1.9.5

Published by botpub about 5 years ago

Add license to sdist and wheels

django-autoslug - v1.9.4

Published by justinmayer over 5 years ago

New in this release:

  • Add manager_name kwarg to enable using custom managers from abstract models
  • Add compatibility for Django versions 1.10, 1.11, 2.0, and 2.1
  • Transfer project to new maintainer
django-autoslug - v1.9.3

Published by neithere about 9 years ago

  • Add allow_unicode attribute for django 1.9 compatibility.
  • Tweak packaging
django-autoslug - v1.9.2

Published by neithere about 9 years ago

Bugs fixed:

  • #43 — Packaging error
django-autoslug - v1.9.0

Published by neithere about 9 years ago

Backwards incompatible changes:

  • limited supported versions of Python to 2.7, 3.5 and PyPy.
  • limited supported Django versions to 1.7.10 and higher.
  • turned off modeltranslation support by default (can be enabled)

Improvements:

  • Converted the test suite from doctest to unittest.

Bugs fixed:

  • #25: max_length ignored in django 1.7 migrations
  • #42: added setting to enable/disable modeltranslation support

Other changes:

  • The project has moved from Bitbucket to GitHub.
Package Rankings
Top 1.8% on Pypi.org
Related Projects