Fabian Braun

Results 457 comments of Fabian Braun

I think we have to pull them manually before the next release!

Just for completeness: I **strongly** recommend to set `settings.FILER_MAX_IMAGE_PIXELS` if `Image.MAX_IMAGE_PIXELS` is `None`.

@alefiori82 Yes, this comes from a competing migration. ~~If you have a new install, just delete the migrations. I will fix the conflict asap.~~ To get a working install without...

@planrich Thanks for pointing this out! 1. `djangocms_link` and `djangocms_frontend.contrib.link` cannot be installed at the same time. 2. If both appear in `INSTALLED_APPS` djangocms-frontend is supposed to give the way...

Will rename link plugin as of version 2 of djangocms-frontend to help avoid the conflict.

No, HTML's `` tag does not do code highlighting. There are JS libraries out there, which do this, such as [highlight.js](https://highlightjs.org). You would need to use one of those. Out...

There is a bug, however, since for code blocks the markup should read `the code goes here`. The inner `` seems to be missing.

I just released djangocms-frontend 1.3.3 which should fix the `` part of the issue. And yes, you're not doing it right here 😉. django CMS uses django-sekizai to avoid repeated...

@baloyou I see you are using Chinese locales. If you wanted to have a more consistent user experience with Chinese labels etc., **and** would like to spend some time on...