merge
This commit is contained in:
2024-02-28 07:52:45 +01:00
3 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ class Collabs_hour_Form_admin(forms.ModelForm):
class Collabs_hour_Admin(admin.ModelAdmin):
always_show_username = True
save_as = True

View File

@@ -6,6 +6,7 @@ from django.contrib.auth.models import User
@admin.register(comm_opMessage)
class MessageAdmin(admin.ModelAdmin):
save_as = True
always_show_username = True
fieldsets = [
(None, {'fields': ['sKey','sTitle','sDesc', 'bDone']}),

View File

@@ -30,7 +30,7 @@ class _vhc_admin(admin.ModelAdmin):
)
class _vhc_infos_admin(admin.ModelAdmin):
save_as = True
list_display = ('Vehicle', 'nType', 'sDesc')
list_filter = [