Hi all,

Quick query: is there an easy way to limit staff users so that they can
only alter records that belong to them? Specifically, so that only their
own records show up in the admin interface. All the relevant models have
an owner field that points to the correct user (via an intermediary
model in one case), and I've written some decidedly hacky views/model
validators that stop users altering other records, but they don't see
the error until they try to save their changes.

TIA,

-Andy

Reply via email to