Django-privates

Latest version: v3.1.0

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.1.0

==================

Small feature release to confirm support for Django 5.2

* Confirmed support for Django 5.2
* Confirmed support for Python 3.13
* Switched out black and isort for ruff
* Replaced legacy typing syntax with 3.10+ compatible syntax.

3.0.0

==================

Maintenance and bugfix release

**Breaking changes 💥**

* Dropped support for Python 3.8 and 3.9
* Dropped support for Django 3.2 and 4.1

**Other changes**

* [10] Fixed incorrect donwload link being shown for readonly private media fields in
the admin.
* Confirmed support for Python 3.11 and 3.12.
* The package is now published via Github Trusted Publishers.

2.0.0.post1

========================

* Added mypy type checking
* Updated type annotations to align with django-stubs for downstream
projects/packages
* Confirmed Django 4.2 support

2.0.0

==================

Periodic version compatibility release.

**Breaking changes 💥**

* Dropped support for Python 3.7
* Dropped support for Django 4.0

The library likely still works on those versions, but they are no longer tested.

**Other changes**

* Confirmed support for Python 3.11
* Confirmed support for Django 4.2

1.5.0

==================

Feature release

* Added ``privates.admin.PrivateMediaMixin.private_media_no_download_fields`` so admin
classes can mark fields for which no file download URL/view should be generated
* Specifying ``privates.admin.PrivateMediaMixin.private_media_fields`` is now optional,
available private media fields are now automatically discovered.

1.4.0

==================

Periodic maintenance release

* Confirmed support for Django 4.0 and 4.1
* Dropped support for Django 2.2
* Dropped support for Python 3.5 and 3.6
* Updated CI infrastructure
* Code base is now formatted with black
* Codebase now exposes type hints (incomplete!)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.