-
{{Delete or replace all double-braced text.}}
- CATMAID version: 2021.12.21.dev336+geb6d70fa0
- CATMAID instance: local instance
- Browser: chrome/firefox
- Operating system: Ubuntu 24.04.1
W…
-
Maybe a duplicate of #212 , but I think there still are some differences, therefore I created this new issue. In order to reproduce the bug, a models.ManyToManyField with a through property has to be …
-
BaseStorage doens't handle multiple file form fields like this:
attachments = forms.FileField(widget=forms.ClearableFileInput(attrs={'multiple': True}), required=False)
There's a proposed enhanc…
jt-v updated
6 months ago
-
#### Array and Embedded Fields vs Error **Abstract models cannot be instantiated**
#### Python script
```python
# models.py
class Contact(models.Model):
key = models.CharField(max_length=…
-
-
insin updated
8 years ago
-
```
File "vitrualenv/lib/python3.4/site-packages/taggit_bootstrap/widgets.py", line 4, in
from django.forms.util import flatatt
ImportError: No module named 'django.forms.util'
```
because form…
-
View details in Rollbar: [https://rollbar.com/OpenApparelRegistry/OpenApparelRegistry/items/51/](https://rollbar.com/OpenApparelRegistry/OpenApparelRegistry/items/51/)
```
Traceback (most recent call…
-
## Description
As someone who regularly works with Django’s Class-Based Views (CBVs), I’ve found hx_requests to be confusing because it tries to follow the CBV pattern but deviates in small but signi…
-
Using jQuery Formset 1.3-pre
If I delete an existing form, then add a new one, Django seems to be expecting that the new form will have a valid form-id, and so when I go to save the formset I get thi…