django-fluent-contents icon indicating copy to clipboard operation
django-fluent-contents copied to clipboard

A widget engine to display various content on Django pages

Results 24 django-fluent-contents issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.2.9 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies

…saving existing objects. - Don't assume the queryset order matches the formset initial data order, which can change when placeholders are moved in a template. Match initial data to placeholder...

Hey @vdboor and everyone! =) Here is curated list of awesome Fluent CMS add-ons, projects and resources https://github.com/bashu/awesome-fluentcms

can you add bootstrap support, it will make the ui css look better

When a plugin is only a foreign key to an existing model, it would be nice to open that model somewhere inline (e.g. in a lightbox) instead of only offering...

feature
enhancement

The task I'm working on naturally leads me to desire to have nested content items. It is not difficult to change base class for class ContentItemMetaClass(PolymorphicMPTTModelBase) and class ContentItem(with_metaclass(ContentItemMetaClass, CachedModelMixin,...

feature
enhancement

Hello, I am working with mezzanine and they have a nice drag and drop interface for models that require it, in their admin. It would be nice if a similar...

Given a url `https://soundcloud.com/vvv/faded-inscription-feat-bvitae`, the following error is raised: `ValueError: invalid literal for int() with base 10: '100%'`. The underlying issue seems to be that soundcloud's oembed implementation[0] differs from...

bug

When I have a lot of content items, and I add a new one it goes to the bottom of the list. I have to click the little up arrow...

enhancement

Steps to reproduce: - Create a new page, selecting a type and clicking Save (do not click save yet on the next step of the creation process) - Select a...

bug