Django-filer

Latest version: v3.1.1

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

Scan your dependencies

Page 4 of 13

2.0.2

Not secure
==================

* Fix 1214: `serve()` missing 1 required positional argument: `filer_file`.
* Fix 1211: On upload MIME-type is not set correctly.

2.0.1

Not secure
==================

* Fixed NotNullViolation: null value in column "mime_type" in migration
``filer.0012_file_mime_type.py``.

2.0.0

Not secure
==================

* Added support for Django 3.1
* Dropped support for Python 2.7 and Python 3.4
* Dropped support for Django < 2.2
* Changed the preferred way to do model registration via model inheritance
and ``mptt.AlreadyRegistered``, which is deprecated since django-mptt 0.4
* Use dashed name for django-polymorphic dependency in setup.py
* In ``models.File``, add field ``mime_type`` to store the Content-Type as set by
the browser during file upload
* For extended Django Filer models, adopt the classmethod ``matches_file_type`` to its
new signature, this is a breaking change
* Add attribute ``download`` to the download link in order to offer the file
under its original name

1.7.1

Not secure
==================

* Fix problem with loading jquery.js after jquery.min.js had been loaded.
* Fix usability: Upload files into most recently used folder, instead of
root folder.

1.7.0

Not secure
==================

* Added Django 3.0 support
* Added support for Python 3.8
* Add attribute ``download`` to the download link in order to offer the file
under its original name.

1.6.0

Not secure
==================

* Removed support for Django <= 1.10
* Removed outdated files
* Code alignments with other addons
* Replace deprecated templatetag ``staticfiles`` against ``static``.
* Added management command ``filer_check`` to check the integrity of the
database against the file system, and vice versa.
* Add jQuery as AdminFileWidget Media dependency
* Add rel="noopener noreferrer" for tab nabbing
* Fixed an issue where a value error is raised when no folder is selected
* Fixed search field overflow

Page 4 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.