-
I have a model that is failing to be processed due to having a GeneratedField on it. Anytime I attempt it I receive the following error:
`File "/usr/local/lib/python3.10/dist-packages/django_bulk_loa…
-
using [bellini666/django-choices-field](https://github.com/bellini666/django-choices-field/blob/master/django_choices_field/fields.py), i have an integer field defined like:
```py
class FooRole(mo…
-
### Issue description
In #2934 we updated the layout of Domain Requests for Org model and non-org model requests, and added in conditional logic so that fields that were only relevant to the org mode…
-
Here's an answer to a `choose_test_file` query:
```
Based on the code snippets and problem description, here are the 3 most relevant files that are likely the root causes of the issue with unneces…
-
Applying admin.0002_logentry_remove_auto_add...Traceback (most recent call last):
File "/home/siddharthakhanal/Desktop/rocky-dai/silkhair-track/src/manage.py", line 22, in
main()
File "/ho…
-
### 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…
-
**Describe the bug**
In our Django project, we have a model with Multiselectfield, when we import an export from this model, we see that these fields are not loaded.
https://pypi.org/project/django-…
-
When installing v1.3.0 I get issues.
Did a makemigrations and got following
```
# Generated by Django 4.2.11 on 2024-10-18 13:22
from django.db import migrations, models
class Migration(m…
-
It should be possible to edit the `cp_reveal_time` in the admin edit page of a post (e.g. https://dev.metaculus.com/admin/posts/post/28003/change/).
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.17.0
### Steps to Reproduce
1. Set up a Django project with Strawberry async.
2. Set up a query for an endpoint that returns many …