Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog:
==========

v1.12 (2025-04-22)
------------------

- Make ``remove_file_from_disk()`` use Django's ``default_storage`` which
should make this function work not only with ``FileSystemStorage`` but also
with cloud providers like AWS S3 for example
- Update test matrix
- add Django 5.1
- add Django 5.2
- remove Django 3.2
- remove Django 4.0
- remove Django 4.1
- add Python 3.12
- add Python 3.13
- use psycopg 3


v1.11 (2023-04-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-attachments
version = 1.11
version = 1.12
description = django-attachments is generic Django application to attach Files (Attachments) to any model.
long_description = file: README.rst, CHANGELOG.rst
author = Martin Mahner
Expand Down