-
## Problem
In Django 5.0 field choices seem to be always lists, even when defined as Choices. In Django 4.3.9 it seems to be working as expected.
## Environment
- Django Model Utils version: …
-
Hi there,
Thank you for this awesome library :heart:
As far as I understand, the commonly accepted way to use crispy-forms with django-filter is to override the `form` property like so:
```py…
-
Using sdk version 2.4.2
```
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(requ…
-
Hi team, I would like to get your help on migration error.
**Software versions**
* Django: 5.1
* mssql-django: 1.5
* python: 3.12
* SQL Server: 2022
* OS: windows server 2019
**Problem desc…
-
### Description
Heyo!
See my ticket https://code.djangoproject.com/ticket/35777. It seems to me, that django lacks support to create indexes with so-called "Column Prefix Key Parts". These are d…
-
We would wanna use something like https://github.com/nephila/djangocms-page-meta or https://pypi.org/project/django-meta/.
_Originally posted by @Baschdl in https://github.com/match4everyone/match4…
bjrne updated
4 years ago
-
### Report
```
!lamin init --storage ./run-tests --name run-tests --schema bionty
import lamindb as ln
import bionty as bt
adata = ln.core.datasets.anndata_pbmc68k_reduced()
curator = ln.C…
-
### NetBox version
v4.0.1
### Feature type
Change to existing functionality
### Proposed functionality
**Problem**
NetBox 4.0 Plugin migration guide suggests using [autotype_decorator]…
-
## Bug Report
**Problematic behavior**
```
../usr/local/lib/python3.10/site-packages/django/conf/__init__.py:214: 13 warnings
/usr/local/lib/python3.10/site-packages/django/conf/__init__.py:…
-
#### Description
Using a factory to create an object (using `.create()`) will set args passed in onto the `_original_params` class attribute.
If a second factory uses that same factory as a `SubFact…