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
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
2 matches
Mail list logo