Skip to content

Commit

Permalink
Merge pull request #142 from openedx/iahmad/ENT-7445
Browse files Browse the repository at this point in the history
feat: ENT-7445 Added ordering for the Subsidy model
  • Loading branch information
irfanuddinahmad authored Aug 1, 2023
2 parents 08c2f03 + 4e7087b commit b9a5131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise_subsidy/apps/subsidy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Meta:
name="unique_reference_id_non_internal",
)
]
ordering = ['-created']

# Please reserve the "subsidy_type" field name for the future when we use it to distinguish between
# LearnerCreditSubsidy vs. SubscriptionSubsidy.
Expand Down

0 comments on commit b9a5131

Please sign in to comment.