Results 41 comments of greyhare

As noted last November, it's `AllauthTwoFactorMiddleware.process_request()` making the mistake in [line 23](https://github.com/percipient/django-allauth-2fa/blob/master/allauth_2fa/middleware.py#L23): ``` if not match.url_name or not match.url_name.startswith( 'two-factor-authenticate'): ``` There needs to be a check here for "harmless"...

If a developer would tell me which of the four options I gave were acceptable, I could provide a pull request. But I'm not going to go to that effort...

@soulraven Use the `< >` button in the toolbar to mark off code blocks. I can't read your comment. Also, I'm not sure "must" is the word you wanted, and...

I've gotten this to work in my `settings.py`, but I have no idea how fragile it is: ```python from bootstrap4.templatetags import bootstrap4 from django.contrib.messages import constants bootstrap4.MESSAGE_LEVEL_CLASSES[constants.DEBUG] = 'alert alert-secondary'...

The problem is that Django-shop runs on 3.0 at most and djangocms-cascade-2 needs Django 3.1 for some native JSON field support. So you need to add `,

I need this feature on a machine I have (I use local mapping and have to map the gitlab-runner user to a different name because it has a dash). I...

Stale or not, it's still not fixed in sekizai.

Yea, [I'm aware.](https://github.com/django-cms/django-cms/issues/6911#issuecomment-1023835546)

I ran into an issue that looks similar to this, basically dynaconf is slamming the disk a lot and causing a timeout failure in an admittedly unusual set of circumstances....

BTW, disabling `pulp_ansible` didn't have a significant effect.