On Sat, 2009-01-24 at 21:08 +0200, Roman Odaisky wrote:
> Greetings,
> 
> In a Web app, users can create categories for their data. Categories are 
> stored in a model as (PK, user, name, description). I want users to be able 
> to edit categories that belong to them using a formset. To display a subset 
> of the fields is simple, I just use the queryset parameter. How do I make 
> sure users can only edit their own categories?

Hmm .. didn't I just solve this in a blog post? :-)

http://www.pointy-stick.com/blog/2009/01/23/advanced-formset-usage-django/

If you take the example I using there and modify it so that instead of
displaying forms for each question in a quiz, you're displaying a form
for each category the user can edit.

Or maybe you're also asking how you can restrict the possible choices
for a drop down box? That's also covered in the above post, along with
the previous post it references and, oh, about four threads on this
mailing list in the past week (search for the string "dynamic choices",
for example).

If neither of those possibilities are addressing the question you're
asking, perhaps you could rephrase it, since I don't understand what the
problem is that you're trying to solve.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to