Solved using custom filterspecs as said in:
http://djangosnippets.org/snippets/2261/
On 06/05/2012 07:27 PM, kooliah wrote:
Here me again :-)
I know that with django 1.4 there are custom filters, but i have to
use 1.3 so
I have a model with a foreign key to another
class mdl1(models.M
Here me again :-)
I know that with django 1.4 there are custom filters, but i have to use
1.3 so
I have a model with a foreign key to another
class mdl1(models.Model):
color = models.ForeignKey(colors)
name = models.CharField(_("name"),
If in the admin.py i assign list_filter to c
2 matches
Mail list logo