Skip to content

Update dependency django-filer to v3.5.1 - #268

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/django-filer-3.x-lockfile
Open

Update dependency django-filer to v3.5.1#268
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/django-filer-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
django-filer 3.3.13.5.1 age confidence

Release Notes

django-cms/django-filer (django-filer)

v3.5.1

Compare Source

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

  • fix: FileAdmin.icon_view() did not check read permissions. Any staff user could
    enumerate file ids to obtain the name and private storage path of images in folders
    they have no read permission on (reported by Denny).
  • fix: The file and folder admin change views only consulted the global Django model
    permissions, which are not folder aware. Any staff user holding filer.change_file
    could open the change view of a file in a folder they have no read permission on.
  • fix: Upload validators could be bypassed by declaring an unknown Content-Type,
    allowing stored XSS (reported by Miguel Rafael Martín de Nicolás Acedo). The MIME
    type of an upload is now always derived from the file name, never from the
    client-supplied Content-Type.
  • fix: The AJAX upload endpoint no longer is @csrf_exempt and now requires a
    staff user. The bundled uploaders send the X-CSRFToken header.
  • fix: A malformed MIME type without a slash no longer raises an error, and upload
    errors return a JSON error response instead of an HTTP 500.
  • fix: A failed upload now answers with a 4xx/5xx status code instead of HTTP 200,
    so that uploaders and proxies can tell a rejected upload from an accepted one.
    The bundled uploaders report the server's error message accordingly.
  • fix: The AJAX upload endpoint no longer echoes internal exception text back to the
    client; unexpected failures are logged instead.
  • chore: Add tests for filer tags, views and fix whitespace/truncate by @​fsbraun in #​1607
  • chore: Let ruff sort imports, matching the isort configuration by @​fsbraun
  • ci: Replace flake8 and isort with ruff, which already runs as a pre-commit hook.
    tox -e flake8 and tox -e isort become tox -e ruff.
  • ci: pre-commit autoupdate by @​pre-commit-ci[bot] in #​1608

.. warning::

Uploads whose file extension is unknown to Python's mimetypes module are now
treated as application/octet-stream and are rejected by the default validators.
Register additional extensions with mimetypes.add_type() if you need them.

Custom uploaders posting to filer-ajax_upload must now send a CSRF token and
authenticate as a staff user. They also need to handle non-2xx responses: a
rejected upload is answered with HTTP 400 (or 403 for a permission problem)
carrying the {"error": ...} body that was previously returned with HTTP 200.

v3.5.0

Compare Source

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

New Contributors

v3.4.4

Compare Source

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

v3.4.3

Compare Source

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

@​bckohan made their first contribution in #​1570

v3.4.2

Compare Source

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

v3.4.1

Compare Source

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

  • fix: Add missing JS bundles and LICENSE file

v3.4.0

Compare Source

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

  • feat: Add Django 6.0 support
  • feat: Add CSP support by collecting all JS code in bundles
  • fix: preserve "limit search to folder" state in pagination links #​1553 by @​benzkji in #​1555

v3.3.3

Compare Source

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

v3.3.2

Compare Source

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

New Contributors


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from d430244 to 38e9547 Compare November 9, 2025 03:55
@renovate renovate Bot changed the title Update dependency django-filer to v3.3.2 Update dependency django-filer to v3.3.3 Nov 9, 2025
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from 38e9547 to abf8b45 Compare November 24, 2025 08:00
@renovate renovate Bot changed the title Update dependency django-filer to v3.3.3 Update dependency django-filer to v3.4.1 Nov 24, 2025
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from abf8b45 to 2551a51 Compare January 13, 2026 23:54
@renovate renovate Bot changed the title Update dependency django-filer to v3.4.1 Update dependency django-filer to v3.4.2 Jan 13, 2026
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from 2551a51 to dbe9b44 Compare January 19, 2026 00:07
@renovate renovate Bot changed the title Update dependency django-filer to v3.4.2 Update dependency django-filer to v3.4.3 Jan 19, 2026
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from dbe9b44 to 724edd7 Compare February 7, 2026 06:58
@renovate renovate Bot changed the title Update dependency django-filer to v3.4.3 Update dependency django-filer to v3.4.4 Feb 7, 2026
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from 724edd7 to fb456fb Compare July 10, 2026 07:49
@renovate renovate Bot changed the title Update dependency django-filer to v3.4.4 Update dependency django-filer to v3.5.0 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/django-filer-3.x-lockfile branch from fb456fb to 176d207 Compare August 29, 2026 15:50
@renovate renovate Bot changed the title Update dependency django-filer to v3.5.0 Update dependency django-filer to v3.5.1 Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants