Post is my model which I created already.
Sent from my Huawei phone
Sent from my Huawei phone
-------- Original message --------
From: coolguy <[email protected]>
Date: Tue, 15 Sep 2020, 01:46
To: Django users <[email protected]>
Subject: Re: I am getting this error while I click on comment button which i mention in line 51 in html file.
This is not the same error...What is this 'Post' in your >>> post=Post.objects.filter(Post, pk=ID)based on the django error you are using model here which is not how filter works...this should be a field name like xxx.filter(field_name__id=ID)I would suggest you to refer to documentation on filter to familiarize yourself.https://docs.djangoproject.com/en/3.1/topics/db/aggregation/https://docs.djangoproject.com/en/3.1/topics/db/aggregation/#filter-and-exclude--On Monday, September 14, 2020 at 3:09:04 PM UTC-4 [email protected] wrote:still i am getting error.On Saturday, September 12, 2020 at 9:59:16 PM UTC+5:30 coolguy wrote:Can't see the line number in your provided screens.However, i can see you have additional id id={{ i.id }}added to your button line. (remove it)On Saturday, September 12, 2020 at 4:34:10 AM UTC-4 [email protected] wrote:
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/cukEVWOSX2A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+[email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d6eb7545-8312-419a-ac5a-07edaaee6fb8n%40googlegroups.com.
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 [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/-81i1q4-s6wl2cw0wi9m-xsjnqwy3vi673lf5ps-y01ngo-l9k1my-woqwhq-41n7y6b5z22a498rg4-rbzskl2hpa6c-xrdkao-5mqs1l-ho6ll6d2b1wgwcmjsh-56oyg2okgxbbccsmvq3y8xoq-soesas.1600135886496%40email.android.com.

