[bug?] Models on nested FilteredRelation are not joined

2021-07-02 Thread Damiano Porta
Hello, i have just upgraded to Django 3.2 to use nested FilteredRelation, but i have noticed strange behaviors, this is the code: /from django.db.models import FilteredRelation, Q// //from django.db import models// // // / ///class A(models.Model):/ ///    foo = models.IntegerField()/ //

Pendolumn

2020-09-09 Thread Damiano Porta
Hello everybody! Can I use Pendolumn (https://pendulum.eustace.io/) as default datetime library for my models? This library is good, it has very intuitive and clean API design. It is relying on the standard library. So, it is basically a "more advanced" datetime. Thanks -- You received this