sorted by ID
This commit is contained in:
@@ -69,7 +69,7 @@ class BillAdmin(admin.ModelAdmin):
|
||||
|
||||
actions = ["make_cleared", "make_finished"]
|
||||
list_filter = ["status", "affiliation", "payer"]
|
||||
ordering = ["date_created"]
|
||||
ordering = ["-id"]
|
||||
search_fields = ["purpose"]
|
||||
|
||||
readonly_fields = ["get_bankdata_name", "get_bankdata_iban", "get_bankdata_bic"]
|
||||
|
||||
Reference in New Issue
Block a user