Changes between Initial Version and Version 1 of Ticket #33594


Ignore:
Timestamp:
Mar 22, 2022, 6:51:17 AM (3 years ago)
Author:
Thomas C
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33594 – Description

    initial v1  
    66    class Meta:
    77        indexes = [
    8             models.Index(fields=["some_other_field", "created_at"]),
     8            models.Index(fields=["some_other_field", "-created_at"]),
    99        ]
    1010}}}
Back to Top