Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-orm

Django: Force select related?

django django-orm

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

Default image for ImageField in Django's ORM

django django-orm

Serializing Foreign Key objects in Django

python django django-orm

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

How to use custom manager with related objects?

prefetch_related for multiple Levels

django-orm case-insensitive order by

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

Django Aggregation: Summation of Multiplication of two fields

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

Django orm get latest for each group

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

Django: Order_by multiple fields

django django-orm

Django equivalent of SQL not in

django django-orm

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

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

List field in model?

django django-orm

In a Django QuerySet, how to filter for "not exists" in a many-to-one relationship