Thank you for answering; but I do not agree fully with your answer:
1. It is the @permalink decorator which is removed from Django 2.x - not the get_abolute_url() method. 2. I agree using the reverse in the get_absolute_url() is nicer, and I have also tried that - but the ersults were the same ... ;-( 3. Yes - I should upgrade On Sun, Jun 10, 2018 at 2:19 PM Gerald Brown <[email protected]> wrote: > In version 2 of Django that function has been removed. > > For v 1.10 here is a link that might help: > https://docs.djangoproject.com/en/1.10/ref/models/instances/#get-absolute-url > > Here is another link that might be of help: > https://stackoverflow.com/questions/13503645/what-is-permalink-and-get-absolute-url-in-django?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa > > Hope this helps. > > BTW the first link says V1.10 is obsolete and is no longer supported!!! > > -- > 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/1c0b4b32-7154-4dd4-b437-92d0bba6c70e%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1c0b4b32-7154-4dd4-b437-92d0bba6c70e%40googlegroups.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/CALKD1M8HqPs9rijWh63bAThh-o-6EsLNYFWLGQBm4%2BXjqkbB2g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

