Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

How do I create a Django queryset equivalent to a SQL query using the OR operator?

django django-models

Local Variable referenced before assignment

Custom django foreignfield

django django-models

Django QuerySet get_or_create - TypeError - save() got an unexpected keyword argument 'using'

Django - can not get a time function (timezone, datetime) to work properly, Getting ErrorName message: global name not defined

How to create double and long text field from django models

How add group for custom user in django?

Django model inheritance - only want instances of parent class in a query

Django-like abstract database API for non-Django projects

Django 1.5: Accessing custom user model fields in models.py

set input to AM PM in django timefield

Django - accessing foreign key's Manager from django templates

how to sort by a computed value in django

Django QuerySet: Is it possible to filter for field__is_null for FloatFields?

django django-models

How add a 'Star *' after a django ModelForm CharField?

ForeignKey to a Model field?

Django: how to filter on a sum of two fields in a related model?

How do I define the __str__ method for a foreignkey field in Django?

django django-models

Create user inactive as default (is_active default False)

Django get_profile() method not working on extended User model

python django django-models