Changes between Version 2 and Version 3 of Ticket #27240


Ignore:
Timestamp:
Sep 19, 2016, 12:01:13 AM (8 years ago)
Author:
Alexey Rogachev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27240 – Description

    v2 v3  
    2828    model = Attachment
    2929    form = AttachmentForm
    30     readonly_fields = ('is_image', 'user', 'created_at')
    31     max_num = 3
    3230
    3331class EnterpriseAdmin(MyCompareVersionAdmin):
Back to Top