New posts in django-orm

Custom TruncFunc in Django ORM

In Django, how do you make a model refer to itself?

Django Aggregation - Expression contains mixed types. You must set output_field

How to use custom manager with related objects?

Django: ManyToMany filter matching on ALL items in a list

prefetch_related for multiple Levels

Django ORM apply .filter() to an existing queryset

django-orm case-insensitive order by

Django ORM - objects.filter() vs. objects.all().filter() - which one is preferred?

How to retrieve records from past weeks in django

Django Aggregation: Summation of Multiplication of two fields

What is the default order of a list returned from a Django filter call?

Limit number of relationship in ManyToManyField in django

Django: is there a way to count SQL queries from an unit test?

Django prefetch_related children of children

Annotating a Sum results in None rather than zero

Direct assignment to the forward side of a many-to-many set is prohibited. Use emails_for_help.set() instead

Django equivalent of SQL not in

LEFT JOIN Django ORM

How to work around lack of support for foreign keys across databases in Django