Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django - Limit choices to something that depends on the instance

How to soft delete many to many relation with Django

python django django-models

Extend django Groups and Permissions

Django: Ordering a QuerySet based on a latest child models field

Is it a good practice to add indexing on a boolean field in a Django model

Django Model field : Ordered List of Foreign Keys

Indexing and searching related objects with haystack

Django objects uniqueness hell with M2M fields

Django: making relationships in memory without saving to DB

django django-models

Django: using ContentType vs multi_table_inheritance

django django-models

Direct assignment to the reverse side of a related set is prohibited. Use addresses.set() instead

Django Custom Field: Only run to_python() on values from DB?

django field django-models

Why can't I use __getattr__ with Django models?

How to filter a dropdownlist in Django's admin when a selection is made on another dropdownlist

Saving model instance with DateTimeField in Django Admin loses microsecond resolution

Chain lookup through queryset

python django django-models

Django Models for Time Series Data

Django - get distinct dates from timestamp

python django django-models

Getting rid of empty models.py in django testsuite

How to set default column value in the db using django 1.7.3/postgres migrations?