summaryrefslogtreecommitdiff
path: root/www/py-django-filer
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14py-django-filer: mark as not for python-2.7wiz1-1/+3
because py-django-mptt, a dependency, does not support it
2018-11-20py-django-filer: updated to 1.4.0adam3-82/+165
1.4.0: * Added support for Django 2.0 and 2.1 * Enabled django-mptt 0.9 * Converted QueryDict to dict before manipulating in admin * Hide 'Save as new' button in file admin * Fixed history link for folder and image object * Fixed rendering canonical URL in change form
2016-05-13Changes 1.2.0:adam3-51/+71
* Drop Django 1.5 support * Drop Python 3.3 support (now 3.4+) * Testrunner cleanup * Fix many regressions and bugs in Django 1.8/1.9 * Admin UI enhancements * Fix issues with non-default STATICFILES_STORAGE * Hide related widget wrapper links * Fix cancel link in delete confirmation * Make BaseImage.subject_location field non-nullable * Adds icon sizes * Fixes owner search icon on detail view * Disable submit button if only one folder to copy file * Design improvements * Empty folder design * Removes disabled action button border * Adds unsorted uploads empty view * Fix issues with subject location being off on images smaller than 210px * Ignores unsorted uploads from search and count
2016-04-20django-filer is a file management application for Django. It handles uploadingadam4-0/+523
and organizing files and images in contrib.admin.