Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django: Get model from string?

django django-models

How to create an object for a Django model with a many to many field?

Django ManyToMany filter()

django django-models

Django dump data for a single model?

What is the most efficient way to store a list in the Django models?

python django django-models

Django dynamic model fields

Why doesn't django's model.save() call full_clean()?

How to view corresponding SQL query of the Django ORM's queryset?

How to select a record and update it, with a single queryset in Django?

Django: Why do some model fields clash with each other?

python django django-models

In Django, how does one filter a QuerySet with dynamic field lookups?

python django django-models

Reload django object from database

python django django-models

How to pull a random record using Django's ORM?

python django django-models

Automatic creation date for Django model form objects?

python django django-models

How do you serialize a model instance in Django?

django django-models

How to limit the maximum value of a numeric field in a Django model?

How to 'bulk update' with Django?

django django-models

In a django model custom save() method, how should you identify a new object?

django django-models

Django - How to rename a model field using South?

How to express a One-To-Many relationship in Django?