Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20614 closed Bug (fixed)

Versionadded statement is wrongly formatted

Reported by: Baptiste Darthenay Owned by: Baptiste Darthenay
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

A .. versionadded:: 1.5 statement is wrongly formatted, due to a double colon the line before.

https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatetag-static

Pull request here: https://github.com/django/django/pull/1276

Change History (4)

comment:1 by Baptiste Mispelon, 11 years ago

Component: UncategorizedDocumentation
Triage Stage: UnreviewedReady for checkin

comment:2 by Aymeric Augustin, 11 years ago

Please merge it :)

comment:3 by Baptiste Mispelon <bm@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 39b245fd765bc8809cedbd0c898d5b385d8ef8ea:

Fixed #20614 -- Typo in documentation.

comment:4 by Tim Graham <timograham@…>, 11 years ago

In a952044228432fac8043b8f034b19296d308a44a:

[1.5.x] Fixed #20614 -- Typo in documentation.

Backport of 39b245fd76 from master

Note: See TracTickets for help on using tickets.
Back to Top