This commit is contained in:
ticvac 2024-12-02 11:51:19 +01:00
parent eb2b861d48
commit ddd12b684d

View file

@ -56,7 +56,7 @@ def get_app_list(self, request, app_label=None):
# Sort the models alphabetically within each app.
try:
try: # na macu nefunguje locale.strxfrm :-/ proto je tu try except block
for app in app_list:
app['models'].sort(key=lambda x: locale.strxfrm(x['name'].lower()))
except OSError: