Subject: CVS commit: pkgsrc/www/py-django-filer
From: Adam Ciarcinski
Date: 2021-01-16 10:41:58
Message id: 20210116094158.2E9A8FA9D@cvs.NetBSD.org

Log Message:
py-django-filer: updated to 2.0.2

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

2.0.1
Fixed NotNullViolation: null value in column "mime_type" in migration \ 
filer.0012_file_mime_type.py.

2.0.0
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

Files:
RevisionActionfile
1.9modifypkgsrc/www/py-django-filer/Makefile
1.5modifypkgsrc/www/py-django-filer/PLIST
1.7modifypkgsrc/www/py-django-filer/distinfo
1.1addpkgsrc/www/py-django-filer/patches/patch-setup.py