I think you don't need extra packages for the task. You can overwrite the
dispatch to validate permissions on get and post create view.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails fro
Hi James
Many thanks for your reply.
David
--
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 django-users+unsubscr...@googlegroups.com.
To post to this group,
get_queryset() is designed to filter down a list of of available objects
that a generic view can use. The reason that CreateView doesn't have one is
because the purpose of CreateView is to create a new object to operate on
(meaning that there shouldn't be anything in the database that can be
querie
Hi
Using other CBV's I can use get_queryset to filter out users that don't
belong to a certain group. AFAIK createview doesn't have get_queryset.
Can I achieve this with CreateView somehow?
The context is:
All forums: have to be a member of X to view anything
A particular Forum: have to be a m
4 matches
Mail list logo