Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Get class name of django model

django django-models

How to obtain a QuerySet of all rows, with specific fields for each one of them?

Can a dictionary be passed to django models on create?

Django FileField with upload_to determined at runtime

python django django-models

Can I make the foreign key field optional in Django model

django django-models

Django database query: How to get object by id?

Django - how to create a file and save it to a model's FileField?

python django django-models

sql "LIKE" equivalent in django query

Easiest way to rename a model using Django/South?

Django - filtering on foreign key properties

Good ways to sort a queryset? - Django

python django django-models

Django - Circular model import issue

django django-models

django : using select_related and get_object_or_404 together

django django-models

How to filter objects for count annotation in Django?

Get model's fields in Django

Create Django model or update if exists

python django django-models

How to get the currently logged in user's user id in Django?

Unique fields that allow nulls in Django

django orm django-models

How do I reference a Django settings variable in my models.py?

Django filter versus get for single object?