Results 9 issues of greyhare

## Description If the `` section of a CMS page template (usually a base template it's extended from) has a `{% with_data %}` block in it, `./manage.py cms check` will...

kind: bug
priority: low
needs contribution

While trying to chase down a [spurious check failure bug in Django CMS](https://github.com/django-cms/django-cms/issues/6911), I found what seems to be a bug in `sekizai.helpers._scan_namespaces(nodelist, current_block)`. (CMS's `cms check` management command is...

I'm trying to set up product classes for digital-delivered goods, which don't need shipping or billing addresses. Further, I'd like to minimize the amount of PII exists on the site...

I was wondering why I didn't see most of the placeholders I'm used to seeing in the menu in Django CMS when I clicked `+` for `Main Content`. After some...

I got my project generated, and I'm looking at the diffs between it and a Django-CMS 3.5 project I set up a year ago, and there's this weirdness at the...

type: feature
status: analysis

`views.py` assumed that the adapter would always be `OTPAdapter`, and calls `login()` on its parent to get `DefaultAccountAdapter.login()`. This fails when the adapter is subclassed from `OTPAdapter` (for other reasons,...

In `bootstrap4/templatetags/bootstrap4.py`, there's a function `bootstrap_message_classes` which figures out what classes to assign to a Bootstrap Alert generated from a Django message. Right now, it makes the obvious mappings, except...

please discuss

The [Django-MPTT](https://github.com/django-mptt/django-mptt) README says that it's currently maintained. I'm looking at adding Machina to a website I'm designing, and nothing else uses MPTT. Everything tree-related (e.g. [Django CMS](https://www.django-cms.org/en/)) is using...

Implements #96. Recommend squash merge.