Mark Walker

Results 183 comments of Mark Walker

To confirm, django-cms 3.10 dropped python 3.6, added python 3.10 I can't remember where django 4 support is up to.

@cclauss yes I couldn't agree more. I was thinking the same thing when I was looking at this again last night. Or even html files that contain the current string...

Ok just tested this out with another PR and I'd extend the skip config to include common directories that we don't care about; ``` skip = *.js,*.po,./node_modules/*,./docs/env/*,./docs/build/*,./.env/*,./.venv/*,./build/*,./django_cms.egg-info/* ```

@Aiky30 Here's a potential implementation to confirm intentional installation of cms v4.

Need a way to ignore the signal import. pyflakes doesn't listen to a `noqa` like flake8 does 🤦

Hi @WrapTheCode. I've updated your branch with develop to get the latest test results and there's 2 failures. Here's the details from one of the test runs; ``` FAIL: test_cms_menu_public_with_multiple_languages...

@scrapcode I'm not familiar with that function so I'm not sure how it compares with what I would typically do with datetime values. I use the django timezone util which...

@czpython given the related tickets, is there any work on this yet or any thought on a potential solution? I'm starting a load test tomorrow & if I see anymore...

@jrief heres my issue raised when I hit the issue with the menu cache keys.

@vxsx @yakky what's the status of CSP support? Following a PEN test I've got a client who wants us to implement a CSP & I've done what I can, but...