add custom action button on each admin row

2013-10-17 Thread Laurent GARTNER
Hi, Is there a simple way to add custom action button (maybe links, buttons...) on each row in admin site ? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Add user to authors on model save in admin form

2013-04-19 Thread Laurent GARTNER
Hi, I’m in trouble with model admin. I’ve create a CMS with Django and I try to add the last article editor, but it doesn’t work if the user don’t add his name in the field. In model.py class Article(models.Model): … author = models.ManyToManyField(User, ve