Changes between Initial Version and Version 1 of Ticket #34652


Ignore:
Timestamp:
Jun 13, 2023, 8:42:03 AM (16 months ago)
Author:
Olivier Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34652 – Description

    initial v1  
    1010class QuestionAdmin(admin.ModelAdmin):
    1111        async def change_view(self, request, object_id, form_url='', extra_context=None):
    12                 return super(SensorAdmin, self).change_view(
     12                return super(QuestionAdmin, self).change_view(
    1313                        request, object_id, form_url, extra_context=extra_context,
    1414                )
Back to Top