I'm new to Django, and I'm using the admin site to manage my users. I have one app installed, and it has one model. I created a new user, issued that user add, change, and delete privileges (as app | model | privilege), but when I log on as that user, I get the "you don't have permission to edit anything" error. The user is active and is staff, but no joy. What might I be missing?