Stefan van den Eertwegh

Results 15 issues of Stefan van den Eertwegh

I cannot remove a blog post. I get "Cannot call delete() after .distinct()." ## Steps to reproduce djangocms_blog==1.2.3 django==3.2.5 Apparently this repo is not ready for django 3.2.5.. When i...

type: bug

I use: django == 3.1.9 aldryn-forms ==6.2.1 django-simple-captcha==0.5.13 When i submit the captcha is ignored (not filled correct the captcha) and redirects to a cmspage.

Hello, I have elasticsearch 2.4 setup active with pip package elasticsearch2.4 within my django-cms project. Haystack setup is this; ` HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.elasticsearch2_backend.Elasticsearch2SearchEngine', 'URL': 'http://192.168.1.19:9200/', 'INDEX_NAME':...

Found a bug? Please fill out the sections below. ### Issue Summary I have a custom dashboard theme and want to custom the datepicker in it. ### Steps to Reproduce...

☁ Bug

Hi all, I switched from djangocms_column to djangocms_cascade and bootstrap4. But when i install container -> row -> column -> ?? does not have form plugin between the accepted list....

Added: `option_group = AttributeOptionGroupSerializer()` to: ```class OptionSerializer(OscarHyperlinkedModelSerializer):``` in file: oscarapi/serializers/product.py

## Description The 'discard changes' link in the versioning menu item (toolbar) is with this PR changed from add_link_item to add_modal_item. * [v ] I have opened this pull request...

Small bug. When clicking on 'Cancel changes' here in NL translation it opens direct and not in a popup. This issue found with the following setup: django-cms==4.1.0rc3 djangocms-versioning==2.0.0rc1 djangocms-alias==2.0.0rc1

Hi, Thanks for the new version. I ran now across some other problem.. In the FilerImage plugin in CKeditor, you can specify on the second tab, custom css code. Like...

Found a bug? Please fill out the sections below. ### Issue Summary When you are on the '/checkout/thank-you/' page, you see a list of products you bought. Normally when you...