Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django - Objects for business hours

Issue with createsuperuser when implementing custom user model

How do you extend the Site model in django?

python django django-models

Django : Syncdb incorrectly warns that many-to-many field is stale

django TransactionManagementError when using signals

python django django-models

django: 'python manage.py migrate' taking hours (and other weird behavior)

Django on Heroku: relation does not exist

Django QuerySet object has no attribute 'objects

What is the correct way to deal with DB migration while using South, Django and Git?

How to find top-X highest values in column using Django Queryset without cutting off ties at the bottom?

sql django django-models

Using a custom form in a modelformset factory?

Django QuerySet filter method returns multiple entries for one record

How to generate random numbers in django

django-models

Django: Order a model by a many-to-many field

Programmatically Upload Files in Django

Calling a function in Django after saving a model

Django query how to write: WHERE field LIKE '10__8__0__'?

django django-models

Find objects with date and time less then 24 hours from now

Django Model Method or Calculation as Field in Database

DISTINCT ON fields is not supported by this database backend