tehfink
tehfink
I had the same issue, so thanks for the tip. Unfortunately, it seems to break the pagination as well…
I think the carousel has been abandoned: https://www.npmjs.com/package/bulma-carousel/v/4.0.24#user-content-exclamationexclamationexclamation-looking-for-new-maintainer-exclamationexclamationexclamation
@joshuajonah Thanks for the reply. I tried to follow your suggestion, but after editing an image's or file's name in Django 1.11.8 & django-filer 1.4.3, I don't see a "Save...
Thanks for the reply. I was able to enable the "Save as new" option by adding `save_as=True` to the `ImageAdmin` class in the imageadmin.py file. Unfortunately, clicking it results in...
@benzkji Unfortunately, version [django-filer 1.4.0 removed the 'Save as new' button](https://github.com/divio/django-filer/blob/develop/CHANGELOG.rst#140-2018-11-15), so @joshuajonah's workaround isn't an option anymore. I'm still interested in having a similar functionality to Google Drive, e.g.:...
Would save a lot of file space!
Now [1.3.12](https://pypi.org/project/cmsplugin_contact_plus/) vs. 1.3.18 @philippeowagner
Patched version for 1.3.16 here: https://github.com/atiberghien/cmsplugin-contact-plus
ping!
Are there any updates in Django 1.10, which would allow something like `class WikiPage(AbstractPage, TranslatableModel):` ?