Skip to content

Tags: codingjoe/django-dynamic-filenames

Tags

1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update packaging and CI (#96)

* Update supported Python versions
* Update supported Django versions
* Migrate to pyproject.yaml

1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update official Python/Django version support (#62)



---------

Co-authored-by: Johannes Maron <johannes@maron.family>

1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove obsolete slugify dependency (#44)

Django's native slugify function used to drop non-ASCII characters, like German umlauts. However, this seems to be resolved. The behavior is now similar to https://github.com/mozilla/unicode-slugify.

1.3.0

Update CI suite to Django 3.2 - 4.0 and Python 3.8 - 3.10

Co-Authored-By: codingjoe <johannes@maron.family>

1.2.0

Update author name

1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change slugs to ascii only (#5)

Some tools like the AWS CLI don't do well with unicode file names
even though AWS S3 does not have a problem with them. It is saver
to use ASCII characters only. Which is the default for Django's
builtin slugify method anyways.

1.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #4 -- Correct import statement in documentation

1.1.2

Fix package long description

1.1.1

Revert "Switch README to Markdown"

This reverts commit ce1b0d0.

1.1.0

Add slugify as an extra requirement