Re: Starting a procedure when opening a model in the admin interface

2014-10-23 Thread Collin Anderson
Hi Vittorio, I've done something like this before in the get_queryset() method of ModelAdmin. Thanks, Collin -- 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 to d

Starting a procedure when opening a model in the admin interface

2014-10-23 Thread Victor
I use Django 1.7, admin interface, and PostgreSQL. I have, among other things, the following model: ### models.py class Patients(models.Model): surname = models.CharField(max_length=60, db_index=True) name = models.CharField(max_length=60, db_index=True) address = models.CharField(max_l