Hi Tosin, The assignment tag was deprecated in 1.9 and removed in 2.0.
The details for this are here: https://docs.djangoproject.com/en/2.0/releases/1.9/#assignment-tag Basically it has been replaced with simple_tag. You should read the docs for that here: https://docs.djangoproject.com/en/2.2/howto/custom-template-tags/#simple-tags - Nick On Mon, Apr 29, 2019 at 3:14 PM Tosin Ayoola <[email protected]> wrote: > sup guys, i'm kinda lost and need help, i'm working on an electronic > noticeboard and course ware web app using django and i'm trying to have a > section on the notice board to show the listed of the most read news, using > the assignment tag, but with django ver 2.2 it seems not to be available, > can anyone help out > > -- > 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 post to this group, send email to [email protected]. > 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/CAHLKn70Fo8pqWoq5SBVKohnscDHdoZmaVkSZxbXSCKWfELsJ4Q%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAHLKn70Fo8pqWoq5SBVKohnscDHdoZmaVkSZxbXSCKWfELsJ4Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. 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/CAGuvt904dLpe0AYHTro%2BaX3JvzmSyhYXDhbus8UA3Aa5W3Hwxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

