Skip to content

Releases: codingjoe/django-dynamic-filenames

1.4.0

09 Oct 09:08
cfaa659
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.4.0

1.3.2

22 Jun 06:38
9127a98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

05 Oct 19:24
5ed6f3f
Compare
Choose a tag to compare

What's Changed

  • Drop obsolete unicode-slugify extra dependency by @amureki in #44

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

19 Mar 14:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

17 Sep 13:58
Compare
Choose a tag to compare

Update packaging and CI

  • Add official Django support for 3.2, 3.1, 2.2
  • Add official Python support for 3.7, 3.8, 3.9
  • Use GitHub actions instead of Travis-CI
  • Drop pbr for setuptools_scm
  • Reformat code via black
  • Drop fussyfox

1.1.4

01 Nov 13:40
a39e9b6
Compare
Choose a tag to compare
  • Change slugs to ascii only (#5)

1.1.3

09 Sep 09:56
45084a7
Compare
Choose a tag to compare
  • Fix #4 -- Correct import statement in documentation

1.1.2

07 Sep 09:41
Compare
Choose a tag to compare
  • Fix package description
  • Add slugify requirement to documentation

1.1.1

07 Sep 09:27
Compare
Choose a tag to compare
  • Fix package setup

1.1.0

07 Sep 08:45
Compare
Choose a tag to compare
  • Add support for precision (str length)
  • Add unicode-slugify as an extra requirement