Path to this page:
./
www/py-django-filer,
File management application for Django
Branch: CURRENT,
Version: 3.3.0,
Package name: py312-django-filer-3.3.0,
Maintainer: adamdjango-filer is a file management application for Django. It handles uploading
and organizing files and images in contrib.admin.
Required to run:[
www/py-django] [
devel/py-setuptools] [
www/py-django-mptt] [
textproc/py-Unidecode] [
lang/py-six] [
www/py-django-polymorphic] [
lang/python37] [
www/py-easy-thumbnails]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1087.272 KB
Version history: (Expand)
- (2024-11-26) Updated to version: py312-django-filer-3.3.0
- (2024-09-18) Updated to version: py312-django-filer-3.2.3
- (2024-09-15) Updated to version: py312-django-filer-3.2.2
- (2024-09-07) Updated to version: py312-django-filer-3.2.1
- (2024-08-27) Updated to version: py312-django-filer-3.2.0
- (2024-07-24) Updated to version: py311-django-filer-3.1.4
CVS history: (Expand)
2024-11-26 11:19:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-filer: updated to 3.3.0
3.3.0
fix: remove extra brace in generated HTML of data-max-filesize attribute
fix: uploadButton data-max-filesize attribute is not passed to file-uploader
fix: Restrict upload of binary or unknown file types by default
ci: pre-commit autoupdate
Update docs for on_delete requirement in Filer fields for Django 5.1
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-09-18 16:42:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-filer: updated to 3.2.3
3.2.3
fix: Use TypeVar for type-hinting of the user parameter
ci: pre-commit autoupdate
|
2024-09-15 09:14:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-filer: updated to 3.2.2
3.2.2
ci: Test against django 5.1
chore: Prepare release 3.2.2
|
2024-09-07 07:43:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-filer: updated to 3.2.1
3.2.1
revert type hint to typing.List
|
2024-08-27 10:59:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-filer: updated to 3.2.0
3.2.0
feat: Add cache for permission checks
fix: Reduce number of thumbnails created for admin, avoid admin thumbnails for \
svg files
fix: Allow Image.MAX_IMAGE_PIXELS to be None
chore(docs): Update extending_filer.rst
chore: Prepare release 3.2.0
|
2024-07-24 08:51:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-filer: updated to 3.1.4
3.1.4
chore: Update release actions
feat: Accept new STORAGES setting, introduced in Django 4.2
feat: Replace render with TemplateResponse in admin views
fix: File expand url incorrect and worked not with custom image models
ci: pre-commit autoupdate
chore: Release 3.1.4
|
2024-05-18 08:07:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-filer: updated to 3.1.3
3.1.3 (2025-05-17)
Fix: Folder select widget did not render correctly with standard Django admin styles.
3.1.2 (2025-05-17)
Made the filer check command compatible with custom image models.
Use the final image model's app label to determine the expand view URL.
Prepare the image expand URL in the admin code and pass it through to the \
template via context.
Fix: Field verbose_name should use gettext_lazy.
Fix: styles for django 4.2+ admin.
Fix: Unintended scroll when clearing file widget.
Fix: Method ImageAdminForm.clean_subject_location() not implemented correctly \
causing invokation of clean() twice.
|