There's some text in the file /docs/topics/class-based-views/index.html
that renders as: "~django.views.generic.base.TemplateView is a class, not
a function". This is obviously some incorrectly marked up RST.
I've marked this ticket as especially suitable for first-time committers
or people following the [http://dont-be-afraid-to-commit.readthedocs.org/
Don't be afraid to commit] tutorial. If you're tackling this ticket,
please don't hesitate to ask me for guidance if you'd like any, either
here or on the Django IRC channels, where I can be found as ''EvilDMP''.
--
Ticket URL: <https://code.djangoproject.com/ticket/21264>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* component: Uncategorized => Documentation
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted
Comment:
There's a similar instance in topics/http/shortcuts.html: "A model: the
model’s :meth:`~django.db.models.Model.get_absolute_url()"
--
Ticket URL: <https://code.djangoproject.com/ticket/21264#comment:1>
* has_patch: 0 => 1
Comment:
Tackled this as my first Django PR:
[https://github.com/django/django/pull/1735]
--
Ticket URL: <https://code.djangoproject.com/ticket/21264#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8fc63087f6ad888b68dff17ee0c527774332d932"]:
{{{
#!CommitTicketReference repository=""
revision="8fc63087f6ad888b68dff17ee0c527774332d932"
Fixed #21264 -- Incorrect RST usage in docs
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21264#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e3c8db61f3d1e86ac523fc76095d7f3dd1cbe760"]:
{{{
#!CommitTicketReference repository=""
revision="e3c8db61f3d1e86ac523fc76095d7f3dd1cbe760"
[1.6.x] Fixed #21264 -- Incorrect RST usage in docs
Backport of 8fc63087f6 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21264#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b268488806bd0cbfd29a874069ece89f61585935"]:
{{{
#!CommitTicketReference repository=""
revision="b268488806bd0cbfd29a874069ece89f61585935"
[1.5.x] Fixed #21264 -- Incorrect RST usage in docs
Backport of 8fc63087f6 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21264#comment:5>