Skip to content

Releases: justinmayer/django-autoslug

django-autoslug 1.9.9

03 Apr 13:05
Compare
Choose a tag to compare
  • Prevent situation in which slug could end in dash or underscore
  • Remove support for end-of-life Python & Django versions

django-autoslug 1.9.8

22 Jul 08:27
Compare
Choose a tag to compare

Move FieldDoesNotExist import for compatibility with Django 3.1

django-autoslug 1.9.7

14 Apr 06:17
Compare
Choose a tag to compare

Fix assertion error on empty slug

django-autoslug 1.9.6

30 Jul 14:58
Compare
Choose a tag to compare

Handle timezones for datetime fields

django-autoslug 1.9.5

28 Jul 15:58
Compare
Choose a tag to compare

Add license to sdist and wheels

v1.9.4

02 Feb 13:37
Compare
Choose a tag to compare

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

v1.9.3

13 Oct 23:00
Compare
Choose a tag to compare
  • Add allow_unicode attribute for django 1.9 compatibility.
  • Tweak packaging

v1.9.2

12 Oct 20:55
Compare
Choose a tag to compare

Bugs fixed:

  • #43 — Packaging error

v1.9.0

11 Oct 18:35
Compare
Choose a tag to compare

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.