Changes between Initial Version and Version 1 of Ticket #33594
- Timestamp:
- Mar 22, 2022, 6:51:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33594 – Description
initial v1 6 6 class Meta: 7 7 indexes = [ 8 models.Index(fields=["some_other_field", " created_at"]),8 models.Index(fields=["some_other_field", "-created_at"]), 9 9 ] 10 10 }}}