#21264 closed Bug (fixed)
RST error in docs at /dev/topics/class-based-views
Reported by: | Daniele Procida | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | afraid-to-commit |
Cc: | Daniele Procida | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
See: https://docs.djangoproject.com/en/dev/topics/class-based-views/#subclassing-generic-views
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 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.
Change History (5)
comment:1 by , 11 years ago
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:2 by , 11 years ago
Has patch: | set |
---|
Tackled this as my first Django PR: https://github.com/django/django/pull/1735
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
There's a similar instance in topics/http/shortcuts.html: "A model: the model’s :meth:`~django.db.models.Model.get_absolute_url()"