Hi guys!

I didn't find anything suitable about it. I want to create a way to
the admin "add" button be affected by the changelist filter. Suppose I
have a list of blog posts and I filtered it by category:

.../admin/blog/post/?category=1

I want that the add button have the same query string:

.../admin/blog/post/add/?category=1

This way, the category will be preselected on the create form. This
already works except by the query string reusing.

What do you think about my idea? I can try to implement it but I
wanted to ask here before start working ;)

Best regards,

--
Michel Sabchuk
http://turbosys.com.br/

-- 
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