Skip to content

Commit

Permalink
django-imagefield 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 7, 2023
1 parent 517ac74 commit bd64664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ Change log
Next version
~~~~~~~~~~~~

0.18 (2023-12-07)
~~~~~~~~~~~~~~~~~

- Added Python 3.12, Django 5.0.
- Added an easy way to reduce the possibility of filename collisions.
Unfortunately, the hashing scheme used by default has bad uniqueness
properties. It's recommended to add ``IMAGEFIELD_BIN_DEPTH = 2`` to your
settings and regenerate all processed images, for example using
``process_imagefields --all``.
``process_imagefields --all``. The default may change in the future. For now
nothing changes, so there's no compatibility concerns.


0.17 (2023-09-25)
Expand Down
2 changes: 1 addition & 1 deletion imagefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.18.0"

0 comments on commit bd64664

Please sign in to comment.