Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

How to filter/exclude inactive comments from my annotated Django query?

Are Django's QuerySets lazy enough to cope with large data sets?

Better way to represent Many to many relationship in django admin

Do Django Models inherit managers? (Mine seem not to)

Social Game Mechanics in Django

Django syncdb not making tables for my app

python django django-models

How to change multiple select field to multiple input fields for a many-to-many case?

Logging item value changes to Django objects [duplicate]

Django: How to make an unique, blank models.CharField?

django-models unique

Django models and legacy class integration

Django admin, list filter based on boolean callable

Django end-user defined fields, how to? [duplicate]

Django - Annotate on ManyToMany fields using an intermediate table

django django-models

how can I create a custom clean method for admin site?

Django changing app name of Photologue

Django example of a form that submits multiple instances into a database?

Django - How to get debug info of DatabaseError "current transaction is aborted" in Django error page?

Django query with simple arithmetic among model fields and comparison with field from another model

What's the proper way to use multiple AUTH_USER_MODEL in Django 1.5?

Django1.6, will transaction works for raw SQL?