-
Is there a way possibility to do complex lookups via the url?
Suppose I have a model "Car" with a field called "fuel_tank_capacity" that can be null. How can I filter for all Cars with a fuel_tank_…
-
I have been trying to find an implementation on Django Rest Framework, to no avail. Reading the docs, I don't see anything that I have missed, I am able to create public and additional tenants, howev…
-
I'm using django-autocomplete-light with django/sqlite3 and works like a charm. Now, I want to integrate it with **django-ldapdb**, an LDAP database backend for Django. All I did is to define the new …
-
After updating my selfhosted instance and struggling thru getting migrations to run I am left with the following errors:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.12/s…
-
I'm trying to keep my tests the same but wrap them in pytest which would let me use some nice to haves provided by pytest. When I run via pytest, I get the following
```
Platform/tests/graphql/m…
-
In 5.0.3, the value of a [`GenericRelation`](https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericRelation) field is given the useless type `_ST` (…
-
**Object Attribute in Detail View:**
In Django’s DetailView, the object is accessed with `self.object`, but `hx_requests` uses `hx_object`, which feels unnecessary and confusing.
**Method Signat…
-
We have this kind of use case where
Default `public` tenant Django database models are accessible for other tenant schemas.
By using [Configuring Tenant Aware media file storage in Django Tenant](…
-
Possible bug introduced here:
https://github.com/django-cms/django-filer/commit/f919cbfce877c334ef7b33e329f2749f46fe5876#diff-b4f795d97b769d1875bca80a02e74dd46438e9ebd2a39a818d3999ad8fea0ca3L29
This…
-
Would like to override default user model of django to store user data according to the needs of platform.