feat: avto va tezkor baholash uchun history bo'limi qo'shildi

This commit is contained in:
2026-04-02 15:53:09 +05:00
parent c4330fd6f7
commit 2492583f43
34 changed files with 1159 additions and 4 deletions

View File

@@ -112,6 +112,22 @@ PAGES = [
},
],
},
{
"title": _("Tarix"),
"separator": True,
"items": [
{
"title": _("Avto baholash tarixi"),
"icon": "history",
"link": reverse_lazy("admin:evaluation_autoevaluationhistorymodel_changelist"),
},
{
"title": _("Tezkor baholash tarixi"),
"icon": "manage_history",
"link": reverse_lazy("admin:evaluation_quickevaluationhistorymodel_changelist"),
},
],
},
{
"title": _("Ma'lumotnomalari"),
"separator": True,