Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20053 closed Uncategorized (fixed)

Typo in index_together model option documentation

Reported by: Cyberj Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

There is just a small format issue in ref/models/options/ documentation where index-together element isn't properly formated and do not appear in documentation page's index.

Patch will follow.

Attachments (1)

20053.diff (396 bytes ) - added by Cyberj 11 years ago.

Download all attachments as: .zip

Change History (6)

by Cyberj, 11 years ago

Attachment: 20053.diff added

comment:1 by Cyberj, 11 years ago

Has patch: set

comment:2 by Cyberj, 11 years ago

Also here is the github's pull request : https://github.com/django/django/pull/905

comment:3 by Johan Charpentier <cyberj@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 186bff47032a264b4b4cbb06a6f277046bb10c26:

Fixed #20053 -- Fix index_together documentation

comment:4 by Simon Charette <charette.s@…>, 11 years ago

In a87ff951b6164784ecf6cae06d8a3fd5fa33ff23:

Merge pull request #905 from cyberj/ticket_20053

Fixed #20053 -- Fix index_together documentation

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

In 83119fd582931fd2bf05832e6a3fe8c56bd4a804:

[1.5.x] Fixed #20053 -- Fixed index_together documentation

Backport of 186bff47 from master

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