-
### My code:
```python
from django.dispatch import receiver
from django.db.models.signals import post_save
@receiver(post_save, sender=settings.AUTH_USER_MODEL)
def post_save_func(sender, insta…
-
In the role-choice page, would spit out a stack trace with a MultiValueDictKeyError if the submit button was clicked without selecting a role.
-
can somebody confirm, that there exists no active default permissions for Trainer + Tutor?
I think the following should be as default:
Trainer:
can create, delete or modify a task
can add, d…
-
# Bug report
### Bug description:
If a (legacy email API) email.message.Message is assigned an address header that is pre-encoded with RFC 2047, calling as_bytes(policy=default) can generate an …
-
Hello I want to run multiple clusters on a django project . I found this in the docs:
"You can have multiple clusters on multiple machines, working on the same queue as long as:
They connect to …
-
### Issue Summary
When overriding the `wagtail.admin.panels.InlinePanel` class's child_edit_handler property; the returned MultiFieldPanel does not honor the `collapsed` class in the templates. I'd…
-
`bridgekeeper.rules` should expose a `R` class, with an API similar to `django.db.models.Q`.
This class would take keyword arguments, with either constants, functions that take a user, or other Bri…
-
Ver HTML de reporte, terminar de hacerlo
fiajerse en report lab o en ¡geraldo report?
-
### Environment
* Python version: 3.6.14
* Nautobot version: 1.1.2
### Steps to Reproduce
1. Activate debug verbose level for django, nautobot, rq.worker (via `nautobot_config.py`)
2. Go to…
-
Hi,
This is very similar to [Issue 621](https://github.com/yourlabs/django-autocomplete-light/issues/621).
**Models.py**
```
class Step(TimeStampedModel):
name = models.CharField('Title', max_l…