Ben Dickinson
Ben Dickinson
In hallo's `_create` method, there's a one-time event handler wired up to "halloactivated": ```coffeescript @element.one 'halloactivated', => # We will populate the toolbar the first time this # editable is...
### Is your proposal related to a problem? Currently, if you have templates like this with an overridden template tag `foo`... `base.html`: ```django {% foo %} ``` `extended.html`: ```django {%...
### Issue Summary Use of `pyyaml`'s `!!python/object` tags to create arbitrary Python objects isn't working. I'm raising this as a bug because it _should_ work, but I'm not sure it's...
### General information * SDK/Library version: 3.59.0 * Environment: Local testing * Language, language version, and OS: Python 3.8.6 (`python:3.8-buster` Docker image) ### Issue description Test disbursement webhook notifications are...
# Bug `FakeQuerySet` doesn't have a `_prefetch_related_lookups` member, so Django throws an attribute error when using it as the `queryset` kwarg to a `ModelChoiceField`, here: https://github.com/django/django/blob/3.2.12/django/forms/models.py#L1167 My guess at a...
This is a pre-emptive issue ahead of the merge of #55 to document a missing feature without unnecessarily holding up that PR. The PR adds a new `StreamBlockFactory` class that...
The example in the README is useful, but a bit strained. Now, with new features starting to come in, we're definitely going to need proper docs with recipe examples to...
### Is your proposal related to a problem? Cache-related template tag's like Django's `{% cache %}` and Wagtail's `{% wagtailcache %}` and `{% wagtailpagecache %}` work by attempting to render...
In Django 3.1, `django.utils.decorators.classproperty` got moved to `django.utils.functional.classproperty`, so the location of the stub here needs updating too. It seems like this fork is a long way behind `django-stubs` for...