Posts for Category Django

 

Django: Sort filter_name-list of a ManyToManyRelation in Admin

2008 December 28

Assume you have a Category model and a Post model. In the Post model the Category is related using a ManyToManyField

category = models.ManyToManyField(Category) 

In the admin you want ...

read more »

 
 

Blogging again

2008 December 28

Restart

After a long pause it's time to start blogging again.

The topics of this blog will be Django, Emacs, Matlab and Linux

read more »