-
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…
-
I think with new models added to the production site, we need to add initial reversions for those models.
See here https://django-reversion.readthedocs.io/en/latest/
@lucasmarchd01 I'm wonderin…
-
For type hinting the user parameter in the filer/cache.py functions, a new change added to get the user model.
https://github.com/django-cms/django-filer/blob/44255c8a15f8973f34420aa0c9c869e281d9d45e…
-
### 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…
-
#### Description:
This card is about exploring the possibility of implementing RLS at the postgres level, below the Django ORM.
A good set of examples can be found here: https://pganalyze.com/blog…
-
### 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…
-
Renaming a superclass causes "manage.py migrate" to produce invalid SQL. It attempts to copy zero columns from the old model to the updated model.
Tested using cpython 3.6.7 and django_polymorphic …
-
Create Models for each Table in the ERD
-
tl;dr: I would like to import ninja before `settings.DEBUG` is available, so I can build a Django API in a single file. Are you open to a PR to address this?
I'm the author of [nanodjango](https://…
-
### Deployment Type
Self-hosted
### Triage priority
I volunteer to perform this work (if approved)
### NetBox Version
v4.1.3
### Python Version
3.11
### Steps to Reproduce
1. Install a NetBox…