Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-orm

How to pass a list of values for an `in` SQL clause in Django

database django django-orm

Django select_related does not work

python django django-orm

Can I easily over-ride Django ORM 'iexact' to use LOWER() instead of UPPER()?

Conditional bulk update in Django using grouping

Django model relationship to multiple models

Django spanning relationships

django django-orm

Using Django ORM get_or_create with multiple databases

python django django-orm

Standalone Django ORM - default settings not recognized

In django, how can I filter or exclude multiple things?

Django-ORM: distinct is needed. Why?

django django-orm

Django Query to get count of all distinct values for particular column [duplicate]

Primary key requirement in raw SQL complicates the query in Django

Django equivalent of SQL REPLACE

django django-orm

Django + PostgreSQL: Fill missing dates in a range

Django ORM: MyModel.objects.filter(name__iexact__in=[...])

django-orm

django-tastypie - How to make manytomany through relationship

django api tastypie django-orm

Django compare values of two objects

Django order_by causes LEFT JOIN