Proper way of passing query from form to url in Django class based view
19 views
Skip to first unread message
dsfqce cwfe
unread,
Dec 12, 2016, 9:17:38 AM12/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Iwant to learn a proper way of passing query from form to url in Django class based view. I want to retrieve form data in ListView to make query on the model.
I'm currently using this, but i feel that there's a better way.