Changes between Version 2 and Version 3 of Ticket #33258


Ignore:
Timestamp:
Nov 2, 2021, 6:37:57 PM (3 years ago)
Author:
Martin Massera
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33258

    • Property Summary inconsistent use of () and [] for attributes in Admin class - Also class variablesinconsistent use of () and [] for attributes in ModelAdmin class - Also class variables
  • Ticket #33258 – Description

    v2 v3  
    1 In Django's Admin class, most "lists" are initialized as tuples `()` while two of them (`inlines` and `actions`)are initialized as lists `[]`
     1In Django's `ModelAdmin` class, most "lists" are initialized as tuples `()` while two of them (`inlines` and `actions`)are initialized as lists `[]`
    22
    33{{{
Back to Top