--
Ticket URL: <https://code.djangoproject.com/ticket/32755>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> Currently, in the example for `get_absolute_url()`
> [https://docs.djangoproject.com/en/3.2/ref/models/instances/#get-
> absolute-url in the documentation], a view path string is passed to
> `reverse()`. But this not supported since Django 1.10.
New description:
Currently, in the example for `get_absolute_url()`
[https://docs.djangoproject.com/en/3.2/ref/models/instances/#get-absolute-
url in the documentation], a view path string is passed to `reverse()`.
But this is not supported since Django 1.10.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:1>
* type: Uncategorized => Bug
* component: Uncategorized => Documentation
* easy: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:2>
* owner: nobody => Girish Sontakke
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:3>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14409 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"27d4573d35935bff83c28bfd68a2ce5a7a6c600a" 27d4573d]:
{{{
#!CommitTicketReference repository=""
revision="27d4573d35935bff83c28bfd68a2ce5a7a6c600a"
Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"65b680a99a86c71eaf554b74639522ea747b8feb" 65b680a9]:
{{{
#!CommitTicketReference repository=""
revision="65b680a99a86c71eaf554b74639522ea747b8feb"
[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in
docs.
Backport of 27d4573d35935bff83c28bfd68a2ce5a7a6c600a from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32755#comment:6>