add order by name
This commit is contained in:
@@ -38,6 +38,8 @@ class BankDataAdmin(admin.ModelAdmin):
|
||||
"bic",
|
||||
]
|
||||
|
||||
ordering = ["name"]
|
||||
|
||||
def add_view(self, request, form_url="", extra_context=None):
|
||||
extra_context = extra_context or {}
|
||||
extra_context["help_text"] = "Fette Schriften sind Pflichtfelder."
|
||||
|
||||
Reference in New Issue
Block a user