Changes between Version 1 and Version 2 of Ticket #26964


Ignore:
Timestamp:
Jul 27, 2016, 7:15:22 PM (8 years ago)
Author:
Aidan Lister
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26964 – Description

    v1 v2  
    1313In the example above, this would look like:
    1414
    15 <code>
     15```
    1616    class Meta:
    1717        index_together = [
    1818            ["content_type", "object_id"],
    1919        ]
    20 </code>
     20```
Back to Top