2020-02-19 12:03:03 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-django-filer: depend on py-easy-thumbnails
|
2019-05-14 08:21:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-django-filer: mark as not for python-2.7
because py-django-mptt, a dependency, does not support it
|
2018-11-20 18:56:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-filer: updated to 1.4.0
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-13 17:53:03 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.2.0:
* 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-20 22:09:32 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
django-filer is a file management application for Django. It handles uploading
and organizing files and images in contrib.admin.
|