Changes between Version 1 and Version 2 of Ticket #26964
- Timestamp:
- Jul 27, 2016, 7:15:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26964 – Description
v1 v2 13 13 In the example above, this would look like: 14 14 15 <code> 15 ``` 16 16 class Meta: 17 17 index_together = [ 18 18 ["content_type", "object_id"], 19 19 ] 20 </code> 20 ```