--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8a24a020-af3a-4a5f-ac25-5da3aa1fa8db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This does not make sense to me. A model is not a dynamic entity. It is something that's created beforehand. Getting the current username into model should be done in your logic (views), or the templateSincerely yours,Joel G Mathew
On Mon, 1 Apr 2019 at 19:01, omar ahmed <omark...@gmail.com> wrote:
--i want to put value of logged in user.username in author fieldclass Comment(models.Model):leaguenews = models.ForeignKey(LeagueNews, on_delete= models.CASCADE, related_name='comments')author = models.CharField(max_length=200)text = models.TextField()
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA%3Diw_9E9szHxpGUwXB1UFgcEkJDOCaSK8-an%2BxFyV0jt4sR2g%40mail.gmail.com.
+1DoesNotMakesSenseError("Author of any comment should not be related to the currently logged in user")
On Mon, Apr 1, 2019, 7:09 PM Joel Mathew <jo...@joel.su> wrote:
This does not make sense to me. A model is not a dynamic entity. It is something that's created beforehand. Getting the current username into model should be done in your logic (views), or the templateSincerely yours,Joel G Mathew
On Mon, 1 Apr 2019 at 19:01, omar ahmed <omark...@gmail.com> wrote:
--i want to put value of logged in user.username in author fieldclass Comment(models.Model):leaguenews = models.ForeignKey(LeagueNews, on_delete= models.CASCADE, related_name='comments')author = models.CharField(max_length=200)text = models.TextField()
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8a24a020-af3a-4a5f-ac25-5da3aa1fa8db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c9fa9229-3443-4a38-9a51-96670e84b03e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA%3Diw_9E9szHxpGUwXB1UFgcEkJDOCaSK8-an%2BxFyV0jt4sR2g%40mail.gmail.com.