Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

How to model one way one-to-one relationship in Django

python django django-models

Is there an easy way to create derived attributes in Django Model/Python classes?

accessing foreignKey inside the template

Django: Using custom primary key, should I specifiy unique=True?

django django-models

Django 1.2 + South 0.7 + django-annoying's AutoOneToOneField leads to TypeError: 'LegacyConnection' object is not iterable

Does deleting a Django Model object with a File field delete the storage used for the file?

python django django-models

Django - Include data from foreignkey in admin list_display function

django django-models

Change filename before save file in Django

one-to-many relationships with django

Django queryset with "isnull" argument returning duplicates

Show information of subclass in list_display django

Nullable DecimalField returns 'This value must be a decimal number' when blank

python django django-models

django admin - access request.user in BaseInlineFormSet

Django: copy data from one database to another

how to check a previous value on a django model

Override update method for a queryset - Django

django model forms filter queryset

Django South migration history causing an integrity error

Remove up and down arrows from Django decimal ModelForm field

Django manytomany relationship over 2 apps