-
django-jalali 7.1.0 with `drf`
django 5.1.1
django jalali is set up, the locale is set up and the language is set to fa_IR.
when using the browsable API provided by django rest framework, the d…
-
### Report
reinstalling my package scdataloader (using uv instead of pip) but with the same lamindb versions:
lamindb==0.76.3
bionty==0.49.0
I get an error when doing:
```python
(scDataLoader…
-
Django==5.1, wagtail==6.2
when running "python manage.py migrate", the following error occurs -
```
Operations to perform:
Apply all migrations: admin, auth, contenttypes, home, sessions, tag…
-
Similar to what we do for filters, we could allow people to add a static qs to fields:
```
@strawberry.type
class Query:
posts: list[PostType] = strawberry_django.field(Post, queryset=Post.o…
-
### What went wrong?
**What happened**:
- Upgrading to 1.12.1 from 1.11.3, the migration job that runs shows the following error:
```
Apply all migrations: admin, alerts, auth, auth_token, base, con…
-
### Describe the issue
The setter method used for the `DUMMY_FIELDS` for `first_name` and `last_name` in the `weblate.auth.models.User` is not working with the `django` internal `get_or_create()` `de…
-
**Describe the bug**
index_together has been deprecated in newer versions of Django, and the package has not yet been updated to reflect this change.
**To Reproduce**
Steps to reproduce the behav…
-
Hi, there is no option for a feature request or a question so I had to use the bug template but cleared everything inside, jfyi.
I was looking for a basic django admin autocomplete solution that s…
-
### Issue description
One of our UX research subjects noted that the boxes for the form fields were too light and difficult to see.
Review and redesign as appropriate to improve the usability in the…
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…