Changes between Initial Version and Version 1 of Ticket #35087


Ignore:
Timestamp:
Jan 5, 2024, 6:05:34 AM (5 months ago)
Author:
Maxime Lorant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35087 – Description

    initial v1  
    1414@admin.register(models.Invoice)
    1515class InvoiceAdmin(admin.ModelAdmin):
    16     pass   # note that no list_filters defined
     16    pass   # note that no list_filters is defined
    1717}}}
    1818
Back to Top