Changes between Initial Version and Version 1 of Ticket #34090


Ignore:
Timestamp:
Oct 13, 2022, 2:46:06 AM (19 months ago)
Author:
spechtx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34090 – Description

    initial v1  
    2525@admin.register(ModelName)
    2626classModelNameAdminView(admin.GISModelAdmin):
    27     inlines = (RelatedIntermediateInline,)
    28     autocomplete_fields = ['....']
    29     ordering = ['name', 'type', 'timestamp_created', ]
     27inlines = (RelatedIntermediateInline,)
     28autocomplete_fields = ['....']
     29ordering = ['name', 'type', 'timestamp_created', ]
    3030
Back to Top