Thanks,
Here is my view.py and it works for me
def display_data(request,id):
selected_objects = minutes.objects.filter(pk__in=id)
return render(request,'test.html',locals())
cheers,
On Wed, Jun 27, 2018 at 8:15 AM, Ryan Nowakowski
wrote:
> On Tue, Jun 26, 2018 at 04:33:41PM +1100, sum
On Tue, Jun 26, 2018 at 04:33:41PM +1100, sum abiut wrote:
> Hi,
> i need some assistance, i have a table and want to be able to only display
> the values of a particular row when ever the particular row is selected.
>
> please point me to right direction.
>
I assume you're talking about an HTML
Hi,
i need some assistance, i have a table and want to be able to only display
the values of a particular row when ever the particular row is selected.
please point me to right direction.
cheers
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
3 matches
Mail list logo