django-fluent-pages
django-fluent-pages copied to clipboard
A flexible, scalable CMS with custom node types, and flexible block content.
Bumps [django](https://github.com/django/django) from 3.2.8 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...
Is there any possibility to integrate oscar into fluent pages as a page type? My attempts were unsuccessful. Has anybody tried to do that?
I'm trying to upgrade an old codebase from Django 1.5 to 1.11. Most things seem to be fine so far (!) but I have a problem when migrating from South....
Is there a way to turn off admin js madness (polymorphic and/or so on) and navigate tree by clicking on nodes ? My tree is kind of big right now...
Permission checks for `change_override_url_urlnode` and `change_shared_fields_urlnode ` are broken.
https://github.com/django-fluent/django-fluent-pages/blob/f079fd96bbe1d7e40d812b00e985ea3ff24220b4/fluent_pages/adminui/urlnodechildadmin.py#L187-L201 These checks are triggered on page types (polymorphic child models) where `self.opts.app_label` is something other than `fluent_pages`. But the permissions are only created for `UrlNode` model (which belongs to...
There are 2 actions in admin for the pages: publish and delete...however there is no way to select them currently.
For example one would be able to decide that the "custom quote" page is `in_navigation` but only shows in the footer navigation. The different navigation areas can be specified in...
Here's the error: ``` IntegrityError at /admin/fluent_pages/page/1/delete/ update or delete on table "fluent_pages_urlnode" violates foreign key constraint "master_id_refs_id_10e5f581" on table "fluent_pages_htmlpage_translation" DETAIL: Key (id)=(1) is still referenced from table "fluent_pages_htmlpage_translation"....
So that a page can be reverted to a previous version.
It would be useful for some page types to be able to "upgrade" or "replace" themselves with a different page type. For example, replacing a regular page with a redirect,...