#20505 closed Bug (fixed)
Markup syntax error in docs
| Reported by: | Owned by: | Baptiste Mispelon | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | bmispelon@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
There is markup error on page in Abusing BinaryField block.
https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.BinaryField
It looks like
proper :docstatic files </howto/static-files> handling.
Change History (5)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Cc: | added |
|---|---|
| Has patch: | set |
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
PR here: https://github.com/django/django/pull/1226