upgrade django-filer 1.3.2 to 1.4.1

This commit is contained in:
Divio Bot
2019-02-14 16:48:35 +00:00
parent 66c739c682
commit a98a27859e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"installed-apps": [
"filer",
"easy_thumbnails",
"mptt",
"filer",
"easy_thumbnails",
"mptt",
"polymorphic"
],
],
"package-name": "django-filer"
}